Shades of Wild Blue Yonder #858BBC
Tints of Wild Blue Yonder #858BBC
RGB
CMYK
RGB Variations
Color information
#858BBC (or 0x858BBC) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and BC. RGB value is (133,139,188). Sum of RGB (Red+Green+Blue) = 133+139+188=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #858BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BBC is #7A7443. Grayscale: #8E8E8E. Windows color (decimal): -8025156 or 12356485. OLE color: 12356485.
HSL color Cylindrical-coordinate representation of color #858BBC: hue angle of 233.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #858BBC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 139 | 188 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.26 |
| HSL | 233.45º | 0.29% | 0.63% | - |
| HSV(B) | 233.45º | 0.29% | 0.74% | - |
| XYZ | 27.98 | 27.08 | 51.33 | - |
| YUV | 142.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 188 | 0.29 | 0.26 | 0 | 0.26 | 233.45 | 0.29 | 0.63 |
| Hex | 85 | 8B | BC | 1D | 1A | 0 | 1A | E9 | 1D | 3F |
| Octal | 205 | 213 | 274 | 35 | 32 | 0 | 32 | 351 | 35 | 77 |
| Binary | 10000101 | 10001011 | 10111100 | 11101 | 11010 | 0 | 11010 | 11101001 | 11101 | 111111 |
Color Harmonies of #858BBC
Complementary color
Monochromatic Colors of #858BBC
Black with #858BBC
Text Example
Text Example
White with #858BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BBC; }
p { color: rgb(133,139,188); }
H1.HeaderClassName
{
color: #858BBC;
}
.AnyTagClassName
{
color: #858BBC;
}
</style>
background-color css
<style>
a { background-color: #858BBC; }
a { background-color: rgb(133,139,188); }
div.DivClassName
{
background-color: #858BBC;
}
.BgClassName
{
background-color: #858BBC;
}
</style>
border-color css
<style>
span { border-color: #858BBC; }
span { border-color: rgb(133,139,188); }
td.TdClassName
{
border-color: #858BBC;
}
.TagClassName
{
border-color: #858BBC;
}
</style>