Shades of Wild Blue Yonder #858BBE
Tints of Wild Blue Yonder #858BBE
RGB
CMYK
RGB Variations
Color information
#858BBE (or 0x858BBE) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and BE. RGB value is (133,139,190). Sum of RGB (Red+Green+Blue) = 133+139+190=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #858BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BBE is #7A7441. Grayscale: #8E8E8E. Windows color (decimal): -8025154 or 12487557. OLE color: 12487557.
HSL color Cylindrical-coordinate representation of color #858BBE: hue angle of 233.68º 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 #858BBE is Cyan = 0.3, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 139 | 190 | - |
| CMYK | 0.3 | 0.27 | 0 | 0.25 |
| HSL | 233.68º | 0.3% | 0.63% | - |
| HSV(B) | 233.68º | 0.3% | 0.75% | - |
| XYZ | 28.2 | 27.17 | 52.47 | - |
| YUV | 143.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 190 | 0.3 | 0.27 | 0 | 0.25 | 233.68 | 0.3 | 0.63 |
| Hex | 85 | 8B | BE | 1E | 1B | 0 | 19 | EA | 1E | 3F |
| Octal | 205 | 213 | 276 | 36 | 33 | 0 | 31 | 352 | 36 | 77 |
| Binary | 10000101 | 10001011 | 10111110 | 11110 | 11011 | 0 | 11001 | 11101010 | 11110 | 111111 |
Color Harmonies of #858BBE
Complementary color
Monochromatic Colors of #858BBE
Black with #858BBE
Text Example
Text Example
White with #858BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BBE; }
p { color: rgb(133,139,190); }
H1.HeaderClassName
{
color: #858BBE;
}
.AnyTagClassName
{
color: #858BBE;
}
</style>
background-color css
<style>
a { background-color: #858BBE; }
a { background-color: rgb(133,139,190); }
div.DivClassName
{
background-color: #858BBE;
}
.BgClassName
{
background-color: #858BBE;
}
</style>
border-color css
<style>
span { border-color: #858BBE; }
span { border-color: rgb(133,139,190); }
td.TdClassName
{
border-color: #858BBE;
}
.TagClassName
{
border-color: #858BBE;
}
</style>