Shades of Wild Blue Yonder #8C92BD
Tints of Wild Blue Yonder #8C92BD
RGB
CMYK
RGB Variations
Color information
#8C92BD (or 0x8C92BD) is known color: Wild Blue Yonder. HEX triplet: 8C, 92 and BD. RGB value is (140,146,189). Sum of RGB (Red+Green+Blue) = 140+146+189=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92BD is #736D42. Grayscale: #949494. Windows color (decimal): -7564611 or 12423820. OLE color: 12423820.
HSL color Cylindrical-coordinate representation of color #8C92BD: hue angle of 232.65º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C92BD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 146 | 189 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.26 |
| HSL | 232.65º | 0.27% | 0.65% | - |
| HSV(B) | 232.65º | 0.26% | 0.74% | - |
| XYZ | 30.28 | 29.81 | 52.3 | - |
| YUV | 149.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 189 | 0.26 | 0.23 | 0 | 0.26 | 232.65 | 0.27 | 0.65 |
| Hex | 8C | 92 | BD | 1A | 17 | 0 | 1A | E9 | 1B | 41 |
| Octal | 214 | 222 | 275 | 32 | 27 | 0 | 32 | 351 | 33 | 101 |
| Binary | 10001100 | 10010010 | 10111101 | 11010 | 10111 | 0 | 11010 | 11101001 | 11011 | 1000001 |
Color Harmonies of #8C92BD
Complementary color
Monochromatic Colors of #8C92BD
Black with #8C92BD
Text Example
Text Example
White with #8C92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C92BD; }
p { color: rgb(140,146,189); }
H1.HeaderClassName
{
color: #8C92BD;
}
.AnyTagClassName
{
color: #8C92BD;
}
</style>
background-color css
<style>
a { background-color: #8C92BD; }
a { background-color: rgb(140,146,189); }
div.DivClassName
{
background-color: #8C92BD;
}
.BgClassName
{
background-color: #8C92BD;
}
</style>
border-color css
<style>
span { border-color: #8C92BD; }
span { border-color: rgb(140,146,189); }
td.TdClassName
{
border-color: #8C92BD;
}
.TagClassName
{
border-color: #8C92BD;
}
</style>