Shades of Wild Blue Yonder #8C92BA
Tints of Wild Blue Yonder #8C92BA
RGB
CMYK
RGB Variations
Color information
#8C92BA (or 0x8C92BA) is known color: 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
| RGB | 140 | 146 | 186 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.27 |
| HSL | 232.17º | 0.25% | 0.64% | - |
| HSV(B) | 232.17º | 0.25% | 0.73% | - |
| XYZ | 29.96 | 29.68 | 50.6 | - |
| YUV | 148.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 186 | 0.25 | 0.22 | 0 | 0.27 | 232.17 | 0.25 | 0.64 |
| Hex | 8C | 92 | BA | 19 | 16 | 0 | 1B | E8 | 19 | 40 |
| Octal | 214 | 222 | 272 | 31 | 26 | 0 | 33 | 350 | 31 | 100 |
| Binary | 10001100 | 10010010 | 10111010 | 11001 | 10110 | 0 | 11011 | 11101000 | 11001 | 1000000 |
Color Harmonies of #8C92BA
Complementary color
Monochromatic Colors of #8C92BA
Black with #8C92BA
Text Example
Text Example
White with #8C92BA
Text Example
Text Example
HTML Codes & Css Web 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>