Shades of Wild Blue Yonder #858DC2
Tints of Wild Blue Yonder #858DC2
RGB
CMYK
RGB Variations
Color information
#858DC2 (or 0x858DC2) is known color: Wild Blue Yonder. HEX triplet: 85, 8D and C2. RGB value is (133,141,194). Sum of RGB (Red+Green+Blue) = 133+141+194=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #858DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DC2 is #7A723D. Grayscale: #909090. Windows color (decimal): -8024638 or 12750213. OLE color: 12750213.
HSL color Cylindrical-coordinate representation of color #858DC2: hue angle of 232.13º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #858DC2 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 141 | 194 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.24 |
| HSL | 232.13º | 0.33% | 0.64% | - |
| HSV(B) | 232.13º | 0.31% | 0.76% | - |
| XYZ | 28.94 | 27.93 | 54.91 | - |
| YUV | 144.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 194 | 0.31 | 0.27 | 0 | 0.24 | 232.13 | 0.33 | 0.64 |
| Hex | 85 | 8D | C2 | 1F | 1B | 0 | 18 | E8 | 21 | 40 |
| Octal | 205 | 215 | 302 | 37 | 33 | 0 | 30 | 350 | 41 | 100 |
| Binary | 10000101 | 10001101 | 11000010 | 11111 | 11011 | 0 | 11000 | 11101000 | 100001 | 1000000 |
Color Harmonies of #858DC2
Complementary color
Monochromatic Colors of #858DC2
Black with #858DC2
Text Example
Text Example
White with #858DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858DC2; }
p { color: rgb(133,141,194); }
H1.HeaderClassName
{
color: #858DC2;
}
.AnyTagClassName
{
color: #858DC2;
}
</style>
background-color css
<style>
a { background-color: #858DC2; }
a { background-color: rgb(133,141,194); }
div.DivClassName
{
background-color: #858DC2;
}
.BgClassName
{
background-color: #858DC2;
}
</style>
border-color css
<style>
span { border-color: #858DC2; }
span { border-color: rgb(133,141,194); }
td.TdClassName
{
border-color: #858DC2;
}
.TagClassName
{
border-color: #858DC2;
}
</style>