Shades of Wild Blue Yonder #858CB4
Tints of Wild Blue Yonder #858CB4
RGB
CMYK
RGB Variations
Color information
#858CB4 (or 0x858CB4) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and B4. RGB value is (133,140,180). Sum of RGB (Red+Green+Blue) = 133+140+180=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #858CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CB4 is #7A734B. Grayscale: #8E8E8E. Windows color (decimal): -8024908 or 11832453. OLE color: 11832453.
HSL color Cylindrical-coordinate representation of color #858CB4: hue angle of 231.06º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858CB4 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 140 | 180 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.29 |
| HSL | 231.06º | 0.24% | 0.61% | - |
| HSV(B) | 231.06º | 0.26% | 0.71% | - |
| XYZ | 27.29 | 27.04 | 46.96 | - |
| YUV | 142.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 180 | 0.26 | 0.22 | 0 | 0.29 | 231.06 | 0.24 | 0.61 |
| Hex | 85 | 8C | B4 | 1A | 16 | 0 | 1D | E7 | 18 | 3D |
| Octal | 205 | 214 | 264 | 32 | 26 | 0 | 35 | 347 | 30 | 75 |
| Binary | 10000101 | 10001100 | 10110100 | 11010 | 10110 | 0 | 11101 | 11100111 | 11000 | 111101 |
Color Harmonies of #858CB4
Complementary color
Monochromatic Colors of #858CB4
Black with #858CB4
Text Example
Text Example
White with #858CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CB4; }
p { color: rgb(133,140,180); }
H1.HeaderClassName
{
color: #858CB4;
}
.AnyTagClassName
{
color: #858CB4;
}
</style>
background-color css
<style>
a { background-color: #858CB4; }
a { background-color: rgb(133,140,180); }
div.DivClassName
{
background-color: #858CB4;
}
.BgClassName
{
background-color: #858CB4;
}
</style>
border-color css
<style>
span { border-color: #858CB4; }
span { border-color: rgb(133,140,180); }
td.TdClassName
{
border-color: #858CB4;
}
.TagClassName
{
border-color: #858CB4;
}
</style>