Shades of Wild Blue Yonder #858DB4
Tints of Wild Blue Yonder #858DB4
RGB
CMYK
RGB Variations
Color information
#858DB4 (or 0x858DB4) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and B4. RGB value is (133,141,180). Sum of RGB (Red+Green+Blue) = 133+141+180=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #858DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DB4 is #7A724B. Grayscale: #8E8E8E. Windows color (decimal): -8024652 or 11832709. OLE color: 11832709.
HSL color Cylindrical-coordinate representation of color #858DB4: hue angle of 229.79º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858DB4 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 141 | 180 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.29 |
| HSL | 229.79º | 0.24% | 0.61% | - |
| HSV(B) | 229.79º | 0.26% | 0.71% | - |
| XYZ | 27.44 | 27.33 | 47.01 | - |
| YUV | 143.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 180 | 0.26 | 0.22 | 0 | 0.29 | 229.79 | 0.24 | 0.61 |
| Hex | 85 | 8D | B4 | 1A | 16 | 0 | 1D | E6 | 18 | 3D |
| Octal | 205 | 215 | 264 | 32 | 26 | 0 | 35 | 346 | 30 | 75 |
| Binary | 10000101 | 10001101 | 10110100 | 11010 | 10110 | 0 | 11101 | 11100110 | 11000 | 111101 |
Color Harmonies of #858DB4
Complementary color
Monochromatic Colors of #858DB4
Black with #858DB4
Text Example
Text Example
White with #858DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DB4; }
p { color: rgb(133,141,180); }
H1.HeaderClassName
{
color: #858DB4;
}
.AnyTagClassName
{
color: #858DB4;
}
</style>
background-color css
<style>
a { background-color: #858DB4; }
a { background-color: rgb(133,141,180); }
div.DivClassName
{
background-color: #858DB4;
}
.BgClassName
{
background-color: #858DB4;
}
</style>
border-color css
<style>
span { border-color: #858DB4; }
span { border-color: rgb(133,141,180); }
td.TdClassName
{
border-color: #858DB4;
}
.TagClassName
{
border-color: #858DB4;
}
</style>