Shades of Wild Blue Yonder #858CB6
Tints of Wild Blue Yonder #858CB6
RGB
CMYK
RGB Variations
Color information
#858CB6 (or 0x858CB6) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and B6. RGB value is (133,140,182). Sum of RGB (Red+Green+Blue) = 133+140+182=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #858CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CB6 is #7A7349. Grayscale: #8E8E8E. Windows color (decimal): -8024906 or 11963525. OLE color: 11963525.
HSL color Cylindrical-coordinate representation of color #858CB6: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858CB6 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 140 | 182 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.29 |
| HSL | 231.43º | 0.25% | 0.62% | - |
| HSV(B) | 231.43º | 0.27% | 0.71% | - |
| XYZ | 27.49 | 27.12 | 48.04 | - |
| YUV | 142.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 182 | 0.27 | 0.23 | 0 | 0.29 | 231.43 | 0.25 | 0.62 |
| Hex | 85 | 8C | B6 | 1B | 17 | 0 | 1D | E7 | 19 | 3E |
| Octal | 205 | 214 | 266 | 33 | 27 | 0 | 35 | 347 | 31 | 76 |
| Binary | 10000101 | 10001100 | 10110110 | 11011 | 10111 | 0 | 11101 | 11100111 | 11001 | 111110 |
Color Harmonies of #858CB6
Complementary color
Monochromatic Colors of #858CB6
Black with #858CB6
Text Example
Text Example
White with #858CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858CB6; }
p { color: rgb(133,140,182); }
H1.HeaderClassName
{
color: #858CB6;
}
.AnyTagClassName
{
color: #858CB6;
}
</style>
background-color css
<style>
a { background-color: #858CB6; }
a { background-color: rgb(133,140,182); }
div.DivClassName
{
background-color: #858CB6;
}
.BgClassName
{
background-color: #858CB6;
}
</style>
border-color css
<style>
span { border-color: #858CB6; }
span { border-color: rgb(133,140,182); }
td.TdClassName
{
border-color: #858CB6;
}
.TagClassName
{
border-color: #858CB6;
}
</style>