Shades of Wild Blue Yonder #858ABC
Tints of Wild Blue Yonder #858ABC
RGB
CMYK
RGB Variations
Color information
#858ABC (or 0x858ABC) is known color: Wild Blue Yonder. HEX triplet: 85, 8A and BC. RGB value is (133,138,188). Sum of RGB (Red+Green+Blue) = 133+138+188=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #858ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ABC is #7A7543. Grayscale: #8E8E8E. Windows color (decimal): -8025412 or 12356229. OLE color: 12356229.
HSL color Cylindrical-coordinate representation of color #858ABC: hue angle of 234.55º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #858ABC is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 138 | 188 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.26 |
| HSL | 234.55º | 0.29% | 0.63% | - |
| HSV(B) | 234.55º | 0.29% | 0.74% | - |
| XYZ | 27.84 | 26.79 | 51.28 | - |
| YUV | 142.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 188 | 0.29 | 0.27 | 0 | 0.26 | 234.55 | 0.29 | 0.63 |
| Hex | 85 | 8A | BC | 1D | 1B | 0 | 1A | EB | 1D | 3F |
| Octal | 205 | 212 | 274 | 35 | 33 | 0 | 32 | 353 | 35 | 77 |
| Binary | 10000101 | 10001010 | 10111100 | 11101 | 11011 | 0 | 11010 | 11101011 | 11101 | 111111 |
Color Harmonies of #858ABC
Complementary color
Monochromatic Colors of #858ABC
Black with #858ABC
Text Example
Text Example
White with #858ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858ABC; }
p { color: rgb(133,138,188); }
H1.HeaderClassName
{
color: #858ABC;
}
.AnyTagClassName
{
color: #858ABC;
}
</style>
background-color css
<style>
a { background-color: #858ABC; }
a { background-color: rgb(133,138,188); }
div.DivClassName
{
background-color: #858ABC;
}
.BgClassName
{
background-color: #858ABC;
}
</style>
border-color css
<style>
span { border-color: #858ABC; }
span { border-color: rgb(133,138,188); }
td.TdClassName
{
border-color: #858ABC;
}
.TagClassName
{
border-color: #858ABC;
}
</style>