Shades of Wild Blue Yonder #858FBE
Tints of Wild Blue Yonder #858FBE
RGB
CMYK
RGB Variations
Color information
#858FBE (or 0x858FBE) is known color: Wild Blue Yonder. HEX triplet: 85, 8F and BE. RGB value is (133,143,190). Sum of RGB (Red+Green+Blue) = 133+143+190=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #858FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBE is #7A7041. Grayscale: #919191. Windows color (decimal): -8024130 or 12488581. OLE color: 12488581.
HSL color Cylindrical-coordinate representation of color #858FBE: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858FBE is Cyan = 0.3, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 143 | 190 | - |
| CMYK | 0.3 | 0.25 | 0 | 0.25 |
| HSL | 229.47º | 0.3% | 0.63% | - |
| HSV(B) | 229.47º | 0.3% | 0.75% | - |
| XYZ | 28.79 | 28.35 | 52.67 | - |
| YUV | 145.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 190 | 0.3 | 0.25 | 0 | 0.25 | 229.47 | 0.3 | 0.63 |
| Hex | 85 | 8F | BE | 1E | 19 | 0 | 19 | E5 | 1E | 3F |
| Octal | 205 | 217 | 276 | 36 | 31 | 0 | 31 | 345 | 36 | 77 |
| Binary | 10000101 | 10001111 | 10111110 | 11110 | 11001 | 0 | 11001 | 11100101 | 11110 | 111111 |
Color Harmonies of #858FBE
Complementary color
Monochromatic Colors of #858FBE
Black with #858FBE
Text Example
Text Example
White with #858FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FBE; }
p { color: rgb(133,143,190); }
H1.HeaderClassName
{
color: #858FBE;
}
.AnyTagClassName
{
color: #858FBE;
}
</style>
background-color css
<style>
a { background-color: #858FBE; }
a { background-color: rgb(133,143,190); }
div.DivClassName
{
background-color: #858FBE;
}
.BgClassName
{
background-color: #858FBE;
}
</style>
border-color css
<style>
span { border-color: #858FBE; }
span { border-color: rgb(133,143,190); }
td.TdClassName
{
border-color: #858FBE;
}
.TagClassName
{
border-color: #858FBE;
}
</style>