Shades of Wild Blue Yonder #858DBF
Tints of Wild Blue Yonder #858DBF
RGB
CMYK
RGB Variations
Color information
#858DBF (or 0x858DBF) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and BF. RGB value is (133,141,191). Sum of RGB (Red+Green+Blue) = 133+141+191=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #858DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DBF is #7A7240. Grayscale: #909090. Windows color (decimal): -8024641 or 12553605. OLE color: 12553605.
HSL color Cylindrical-coordinate representation of color #858DBF: hue angle of 231.72º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858DBF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 141 | 191 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.25 |
| HSL | 231.72º | 0.31% | 0.64% | - |
| HSV(B) | 231.72º | 0.3% | 0.75% | - |
| XYZ | 28.6 | 27.8 | 53.15 | - |
| YUV | 144.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 191 | 0.30 | 0.26 | 0 | 0.25 | 231.72 | 0.31 | 0.64 |
| Hex | 85 | 8D | BF | 1E | 1A | 0 | 19 | E8 | 1F | 40 |
| Octal | 205 | 215 | 277 | 36 | 32 | 0 | 31 | 350 | 37 | 100 |
| Binary | 10000101 | 10001101 | 10111111 | 11110 | 11010 | 0 | 11001 | 11101000 | 11111 | 1000000 |
Color Harmonies of #858DBF
Complementary color
Monochromatic Colors of #858DBF
Black with #858DBF
Text Example
Text Example
White with #858DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DBF; }
p { color: rgb(133,141,191); }
H1.HeaderClassName
{
color: #858DBF;
}
.AnyTagClassName
{
color: #858DBF;
}
</style>
background-color css
<style>
a { background-color: #858DBF; }
a { background-color: rgb(133,141,191); }
div.DivClassName
{
background-color: #858DBF;
}
.BgClassName
{
background-color: #858DBF;
}
</style>
border-color css
<style>
span { border-color: #858DBF; }
span { border-color: rgb(133,141,191); }
td.TdClassName
{
border-color: #858DBF;
}
.TagClassName
{
border-color: #858DBF;
}
</style>