#8C92BA

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

Shades of Wild Blue Yonder #8C92BA

Tints of Wild Blue Yonder #8C92BA

Color information

#8C92BA (or 0x8C92BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 8C, 92 and BA. RGB value is (140,146,186). Sum of RGB (Red+Green+Blue) = 140+146+186=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92BA is #736D45. Grayscale: #949494. Windows color (decimal): -7564614 or 12227212. OLE color: 12227212.

HSL color Cylindrical-coordinate representation of color #8C92BA: hue angle of 232.17º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C92BA is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140146186-
CMYK0.250.2200.27
HSL232.17º25%63.92%-
HSV(B)232.17º24.73%72.94%-
XYZ29.9629.6850.6-
YUV148.77149.01121.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.66%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=29.66%
G=30.93%
B=39.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401461860.250.2200.27232.172563.92
Hex8C92BA191601Be81940
Octal214222272312603335031100
Binary100011001001001010111010110011011001101111101000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C92BA; }

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

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

<style>
 a { background-color: #8C92BA; }

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

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

<style>
 span { border-color: #8C92BA; }

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

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