Shades of Wild Blue Yonder #858BC5
Tints of Wild Blue Yonder #858BC5
RGB
CMYK
RGB Variations
Color information
#858BC5 (or 0x858BC5) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and C5. RGB value is (133,139,197). Sum of RGB (Red+Green+Blue) = 133+139+197=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #858BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BC5 is #7A743A. Grayscale: #8F8F8F. Windows color (decimal): -8025147 or 12946309. OLE color: 12946309.
HSL color Cylindrical-coordinate representation of color #858BC5: hue angle of 234.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #858BC5 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 139 | 197 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.23 |
| HSL | 234.38º | 0.36% | 0.65% | - |
| HSV(B) | 234.38º | 0.32% | 0.77% | - |
| XYZ | 28.98 | 27.48 | 56.6 | - |
| YUV | 143.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 197 | 0.32 | 0.29 | 0 | 0.23 | 234.38 | 0.36 | 0.65 |
| Hex | 85 | 8B | C5 | 20 | 1D | 0 | 17 | EA | 24 | 41 |
| Octal | 205 | 213 | 305 | 40 | 35 | 0 | 27 | 352 | 44 | 101 |
| Binary | 10000101 | 10001011 | 11000101 | 100000 | 11101 | 0 | 10111 | 11101010 | 100100 | 1000001 |
Color Harmonies of #858BC5
Complementary color
Monochromatic Colors of #858BC5
Black with #858BC5
Text Example
Text Example
White with #858BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BC5; }
p { color: rgb(133,139,197); }
H1.HeaderClassName
{
color: #858BC5;
}
.AnyTagClassName
{
color: #858BC5;
}
</style>
background-color css
<style>
a { background-color: #858BC5; }
a { background-color: rgb(133,139,197); }
div.DivClassName
{
background-color: #858BC5;
}
.BgClassName
{
background-color: #858BC5;
}
</style>
border-color css
<style>
span { border-color: #858BC5; }
span { border-color: rgb(133,139,197); }
td.TdClassName
{
border-color: #858BC5;
}
.TagClassName
{
border-color: #858BC5;
}
</style>