Shades of Wild Blue Yonder #858EC2
Tints of Wild Blue Yonder #858EC2
RGB
CMYK
RGB Variations
Color information
#858EC2 (or 0x858EC2) is known color: Wild Blue Yonder. HEX triplet: 85, 8E and C2. RGB value is (133,142,194). Sum of RGB (Red+Green+Blue) = 133+142+194=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #858EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EC2 is #7A713D. Grayscale: #919191. Windows color (decimal): -8024382 or 12750469. OLE color: 12750469.
HSL color Cylindrical-coordinate representation of color #858EC2: hue angle of 231.15º 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 #858EC2 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 142 | 194 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.24 |
| HSL | 231.15º | 0.33% | 0.64% | - |
| HSV(B) | 231.15º | 0.31% | 0.76% | - |
| XYZ | 29.08 | 28.23 | 54.95 | - |
| YUV | 145.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 194 | 0.31 | 0.27 | 0 | 0.24 | 231.15 | 0.33 | 0.64 |
| Hex | 85 | 8E | C2 | 1F | 1B | 0 | 18 | E7 | 21 | 40 |
| Octal | 205 | 216 | 302 | 37 | 33 | 0 | 30 | 347 | 41 | 100 |
| Binary | 10000101 | 10001110 | 11000010 | 11111 | 11011 | 0 | 11000 | 11100111 | 100001 | 1000000 |
Color Harmonies of #858EC2
Complementary color
Monochromatic Colors of #858EC2
Black with #858EC2
Text Example
Text Example
White with #858EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858EC2; }
p { color: rgb(133,142,194); }
H1.HeaderClassName
{
color: #858EC2;
}
.AnyTagClassName
{
color: #858EC2;
}
</style>
background-color css
<style>
a { background-color: #858EC2; }
a { background-color: rgb(133,142,194); }
div.DivClassName
{
background-color: #858EC2;
}
.BgClassName
{
background-color: #858EC2;
}
</style>
border-color css
<style>
span { border-color: #858EC2; }
span { border-color: rgb(133,142,194); }
td.TdClassName
{
border-color: #858EC2;
}
.TagClassName
{
border-color: #858EC2;
}
</style>