Shades of Wild Blue Yonder #8592BD
Tints of Wild Blue Yonder #8592BD
RGB
CMYK
RGB Variations
Color information
#8592BD (or 0x8592BD) is known color: Wild Blue Yonder. HEX triplet: 85, 92 and BD. RGB value is (133,146,189). Sum of RGB (Red+Green+Blue) = 133+146+189=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #8592BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592BD is #7A6D42. Grayscale: #929292. Windows color (decimal): -8023363 or 12423813. OLE color: 12423813.
HSL color Cylindrical-coordinate representation of color #8592BD: hue angle of 226.07º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8592BD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 146 | 189 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.26 |
| HSL | 226.07º | 0.3% | 0.63% | - |
| HSV(B) | 226.07º | 0.3% | 0.74% | - |
| XYZ | 29.14 | 29.22 | 52.25 | - |
| YUV | 147.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 189 | 0.30 | 0.23 | 0 | 0.26 | 226.07 | 0.3 | 0.63 |
| Hex | 85 | 92 | BD | 1E | 17 | 0 | 1A | E2 | 1E | 3F |
| Octal | 205 | 222 | 275 | 36 | 27 | 0 | 32 | 342 | 36 | 77 |
| Binary | 10000101 | 10010010 | 10111101 | 11110 | 10111 | 0 | 11010 | 11100010 | 11110 | 111111 |
Color Harmonies of #8592BD
Complementary color
Monochromatic Colors of #8592BD
Black with #8592BD
Text Example
Text Example
White with #8592BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8592BD; }
p { color: rgb(133,146,189); }
H1.HeaderClassName
{
color: #8592BD;
}
.AnyTagClassName
{
color: #8592BD;
}
</style>
background-color css
<style>
a { background-color: #8592BD; }
a { background-color: rgb(133,146,189); }
div.DivClassName
{
background-color: #8592BD;
}
.BgClassName
{
background-color: #8592BD;
}
</style>
border-color css
<style>
span { border-color: #8592BD; }
span { border-color: rgb(133,146,189); }
td.TdClassName
{
border-color: #8592BD;
}
.TagClassName
{
border-color: #8592BD;
}
</style>