Shades of Wild Blue Yonder #858FBD
Tints of Wild Blue Yonder #858FBD
RGB
CMYK
RGB Variations
Color information
#858FBD (or 0x858FBD) is known color: Wild Blue Yonder. HEX triplet: 85, 8F and BD. RGB value is (133,143,189). Sum of RGB (Red+Green+Blue) = 133+143+189=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #858FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBD is #7A7042. Grayscale: #919191. Windows color (decimal): -8024131 or 12423045. OLE color: 12423045.
HSL color Cylindrical-coordinate representation of color #858FBD: hue angle of 229.29º 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 #858FBD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 143 | 189 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.26 |
| HSL | 229.29º | 0.3% | 0.63% | - |
| HSV(B) | 229.29º | 0.3% | 0.74% | - |
| XYZ | 28.68 | 28.31 | 52.1 | - |
| YUV | 145.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 189 | 0.30 | 0.24 | 0 | 0.26 | 229.29 | 0.3 | 0.63 |
| Hex | 85 | 8F | BD | 1E | 18 | 0 | 1A | E5 | 1E | 3F |
| Octal | 205 | 217 | 275 | 36 | 30 | 0 | 32 | 345 | 36 | 77 |
| Binary | 10000101 | 10001111 | 10111101 | 11110 | 11000 | 0 | 11010 | 11100101 | 11110 | 111111 |
Color Harmonies of #858FBD
Complementary color
Monochromatic Colors of #858FBD
Black with #858FBD
Text Example
Text Example
White with #858FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FBD; }
p { color: rgb(133,143,189); }
H1.HeaderClassName
{
color: #858FBD;
}
.AnyTagClassName
{
color: #858FBD;
}
</style>
background-color css
<style>
a { background-color: #858FBD; }
a { background-color: rgb(133,143,189); }
div.DivClassName
{
background-color: #858FBD;
}
.BgClassName
{
background-color: #858FBD;
}
</style>
border-color css
<style>
span { border-color: #858FBD; }
span { border-color: rgb(133,143,189); }
td.TdClassName
{
border-color: #858FBD;
}
.TagClassName
{
border-color: #858FBD;
}
</style>