Shades of Wild Blue Yonder #858DB3
Tints of Wild Blue Yonder #858DB3
RGB
CMYK
RGB Variations
Color information
#858DB3 (or 0x858DB3) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and B3. RGB value is (133,141,179). Sum of RGB (Red+Green+Blue) = 133+141+179=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #858DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DB3 is #7A724C. Grayscale: #8E8E8E. Windows color (decimal): -8024653 or 11767173. OLE color: 11767173.
HSL color Cylindrical-coordinate representation of color #858DB3: hue angle of 229.57º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858DB3 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 141 | 179 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.30 |
| HSL | 229.57º | 0.23% | 0.61% | - |
| HSV(B) | 229.57º | 0.26% | 0.7% | - |
| XYZ | 27.33 | 27.29 | 46.47 | - |
| YUV | 142.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 179 | 0.26 | 0.21 | 0 | 0.30 | 229.57 | 0.23 | 0.61 |
| Hex | 85 | 8D | B3 | 1A | 15 | 0 | 1E | E6 | 17 | 3D |
| Octal | 205 | 215 | 263 | 32 | 25 | 0 | 36 | 346 | 27 | 75 |
| Binary | 10000101 | 10001101 | 10110011 | 11010 | 10101 | 0 | 11110 | 11100110 | 10111 | 111101 |
Color Harmonies of #858DB3
Complementary color
Monochromatic Colors of #858DB3
Black with #858DB3
Text Example
Text Example
White with #858DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DB3; }
p { color: rgb(133,141,179); }
H1.HeaderClassName
{
color: #858DB3;
}
.AnyTagClassName
{
color: #858DB3;
}
</style>
background-color css
<style>
a { background-color: #858DB3; }
a { background-color: rgb(133,141,179); }
div.DivClassName
{
background-color: #858DB3;
}
.BgClassName
{
background-color: #858DB3;
}
</style>
border-color css
<style>
span { border-color: #858DB3; }
span { border-color: rgb(133,141,179); }
td.TdClassName
{
border-color: #858DB3;
}
.TagClassName
{
border-color: #858DB3;
}
</style>