Shades of Wild Blue Yonder #858DBA
Tints of Wild Blue Yonder #858DBA
RGB
CMYK
RGB Variations
Color information
#858DBA (or 0x858DBA) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and BA. RGB value is (133,141,186). Sum of RGB (Red+Green+Blue) = 133+141+186=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #858DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DBA is #7A7245. Grayscale: #8F8F8F. Windows color (decimal): -8024646 or 12225925. OLE color: 12225925.
HSL color Cylindrical-coordinate representation of color #858DBA: hue angle of 230.94º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #858DBA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 141 | 186 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.27 |
| HSL | 230.94º | 0.28% | 0.63% | - |
| HSV(B) | 230.94º | 0.28% | 0.73% | - |
| XYZ | 28.06 | 27.58 | 50.3 | - |
| YUV | 143.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 186 | 0.28 | 0.24 | 0 | 0.27 | 230.94 | 0.28 | 0.63 |
| Hex | 85 | 8D | BA | 1C | 18 | 0 | 1B | E7 | 1C | 3F |
| Octal | 205 | 215 | 272 | 34 | 30 | 0 | 33 | 347 | 34 | 77 |
| Binary | 10000101 | 10001101 | 10111010 | 11100 | 11000 | 0 | 11011 | 11100111 | 11100 | 111111 |
Color Harmonies of #858DBA
Complementary color
Monochromatic Colors of #858DBA
Black with #858DBA
Text Example
Text Example
White with #858DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DBA; }
p { color: rgb(133,141,186); }
H1.HeaderClassName
{
color: #858DBA;
}
.AnyTagClassName
{
color: #858DBA;
}
</style>
background-color css
<style>
a { background-color: #858DBA; }
a { background-color: rgb(133,141,186); }
div.DivClassName
{
background-color: #858DBA;
}
.BgClassName
{
background-color: #858DBA;
}
</style>
border-color css
<style>
span { border-color: #858DBA; }
span { border-color: rgb(133,141,186); }
td.TdClassName
{
border-color: #858DBA;
}
.TagClassName
{
border-color: #858DBA;
}
</style>