#7692BA

Color #7692BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7692BA

Tints of Wild Blue Yonder #7692BA

Color information

#7692BA (or 0x7692BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 92 and BA. RGB value is (118,146,186). Sum of RGB (Red+Green+Blue) = 118+146+186=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #7692BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692BA is #896D45. Grayscale: #8E8E8E. Windows color (decimal): -9006406 or 12227190. OLE color: 12227190.

HSL color Cylindrical-coordinate representation of color #7692BA: hue angle of 215.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7692BA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118146186-
CMYK0.370.2200.27
HSL215.29º33.01%59.61%-
HSV(B)215.29º36.56%72.94%-
XYZ26.6127.9550.45-
YUV142.19152.72110.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=26.22%
G=32.44%
B=41.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181461860.370.2200.27215.2933.0159.61
Hex7692BA251601Bd7213c
Octal16622227245260333274174
Binary111011010010010101110101001011011001101111010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7692BA; }

 p { color: rgb(118,146,186); }

 H1.HeaderClassName
 {
   color: #7692BA;
 }
 .AnyTagClassName
 {
   color: #7692BA;
 }
</style>
background-color css

<style>
 a { background-color: #7692BA; }

 a { background-color: rgb(118,146,186); }

 div.DivClassName
 {
   background-color: #7692BA;
 }
 .BgClassName
 {
   background-color: #7692BA;
 }
</style>
border-color css

<style>
 span { border-color: #7692BA; }

 span { border-color: rgb(118,146,186); }

 td.TdClassName
 {
   border-color: #7692BA;
 }
 .TagClassName
 {
   border-color: #7692BA;
 }
</style>