Shades of Wild Blue Yonder #858AC3
Tints of Wild Blue Yonder #858AC3
RGB
CMYK
RGB Variations
Color information
#858AC3 (or 0x858AC3) is known color: Wild Blue Yonder. HEX triplet: 85, 8A and C3. RGB value is (133,138,195). Sum of RGB (Red+Green+Blue) = 133+138+195=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #858AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858AC3 is #7A753C. Grayscale: #8E8E8E. Windows color (decimal): -8025405 or 12814981. OLE color: 12814981.
HSL color Cylindrical-coordinate representation of color #858AC3: hue angle of 235.16º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #858AC3 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 138 | 195 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.24 |
| HSL | 235.16º | 0.34% | 0.64% | - |
| HSV(B) | 235.16º | 0.32% | 0.76% | - |
| XYZ | 28.61 | 27.1 | 55.35 | - |
| YUV | 143 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 195 | 0.32 | 0.29 | 0 | 0.24 | 235.16 | 0.34 | 0.64 |
| Hex | 85 | 8A | C3 | 20 | 1D | 0 | 18 | EB | 22 | 40 |
| Octal | 205 | 212 | 303 | 40 | 35 | 0 | 30 | 353 | 42 | 100 |
| Binary | 10000101 | 10001010 | 11000011 | 100000 | 11101 | 0 | 11000 | 11101011 | 100010 | 1000000 |
Color Harmonies of #858AC3
Complementary color
Monochromatic Colors of #858AC3
Black with #858AC3
Text Example
Text Example
White with #858AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858AC3; }
p { color: rgb(133,138,195); }
H1.HeaderClassName
{
color: #858AC3;
}
.AnyTagClassName
{
color: #858AC3;
}
</style>
background-color css
<style>
a { background-color: #858AC3; }
a { background-color: rgb(133,138,195); }
div.DivClassName
{
background-color: #858AC3;
}
.BgClassName
{
background-color: #858AC3;
}
</style>
border-color css
<style>
span { border-color: #858AC3; }
span { border-color: rgb(133,138,195); }
td.TdClassName
{
border-color: #858AC3;
}
.TagClassName
{
border-color: #858AC3;
}
</style>