Shades of Wild Blue Yonder #858DBD
Tints of Wild Blue Yonder #858DBD
RGB
CMYK
RGB Variations
Color information
#858DBD (or 0x858DBD) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and BD. RGB value is (133,141,189). Sum of RGB (Red+Green+Blue) = 133+141+189=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #858DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DBD is #7A7242. Grayscale: #8F8F8F. Windows color (decimal): -8024643 or 12422533. OLE color: 12422533.
HSL color Cylindrical-coordinate representation of color #858DBD: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858DBD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 141 | 189 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.26 |
| HSL | 231.43º | 0.3% | 0.63% | - |
| HSV(B) | 231.43º | 0.3% | 0.74% | - |
| XYZ | 28.38 | 27.71 | 52 | - |
| YUV | 144.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 189 | 0.30 | 0.25 | 0 | 0.26 | 231.43 | 0.3 | 0.63 |
| Hex | 85 | 8D | BD | 1E | 19 | 0 | 1A | E7 | 1E | 3F |
| Octal | 205 | 215 | 275 | 36 | 31 | 0 | 32 | 347 | 36 | 77 |
| Binary | 10000101 | 10001101 | 10111101 | 11110 | 11001 | 0 | 11010 | 11100111 | 11110 | 111111 |
Color Harmonies of #858DBD
Complementary color
Monochromatic Colors of #858DBD
Black with #858DBD
Text Example
Text Example
White with #858DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DBD; }
p { color: rgb(133,141,189); }
H1.HeaderClassName
{
color: #858DBD;
}
.AnyTagClassName
{
color: #858DBD;
}
</style>
background-color css
<style>
a { background-color: #858DBD; }
a { background-color: rgb(133,141,189); }
div.DivClassName
{
background-color: #858DBD;
}
.BgClassName
{
background-color: #858DBD;
}
</style>
border-color css
<style>
span { border-color: #858DBD; }
span { border-color: rgb(133,141,189); }
td.TdClassName
{
border-color: #858DBD;
}
.TagClassName
{
border-color: #858DBD;
}
</style>