Shades of Wild Blue Yonder #858DAF
Tints of Wild Blue Yonder #858DAF
RGB
CMYK
RGB Variations
Color information
#858DAF (or 0x858DAF) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and AF. RGB value is (133,141,175). Sum of RGB (Red+Green+Blue) = 133+141+175=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #858DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858DAF is #7A7250. Grayscale: #8E8E8E. Windows color (decimal): -8024657 or 11505029. OLE color: 11505029.
HSL color Cylindrical-coordinate representation of color #858DAF: hue angle of 228.57º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858DAF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 141 | 175 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.31 |
| HSL | 228.57º | 0.21% | 0.6% | - |
| HSV(B) | 228.57º | 0.24% | 0.69% | - |
| XYZ | 26.94 | 27.13 | 44.37 | - |
| YUV | 142.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 175 | 0.24 | 0.19 | 0 | 0.31 | 228.57 | 0.21 | 0.6 |
| Hex | 85 | 8D | AF | 18 | 13 | 0 | 1F | E5 | 15 | 3C |
| Octal | 205 | 215 | 257 | 30 | 23 | 0 | 37 | 345 | 25 | 74 |
| Binary | 10000101 | 10001101 | 10101111 | 11000 | 10011 | 0 | 11111 | 11100101 | 10101 | 111100 |
Color Harmonies of #858DAF
Complementary color
Monochromatic Colors of #858DAF
Black with #858DAF
Text Example
Text Example
White with #858DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DAF; }
p { color: rgb(133,141,175); }
H1.HeaderClassName
{
color: #858DAF;
}
.AnyTagClassName
{
color: #858DAF;
}
</style>
background-color css
<style>
a { background-color: #858DAF; }
a { background-color: rgb(133,141,175); }
div.DivClassName
{
background-color: #858DAF;
}
.BgClassName
{
background-color: #858DAF;
}
</style>
border-color css
<style>
span { border-color: #858DAF; }
span { border-color: rgb(133,141,175); }
td.TdClassName
{
border-color: #858DAF;
}
.TagClassName
{
border-color: #858DAF;
}
</style>