Shades of Wild Blue Yonder #858BB3
Tints of Wild Blue Yonder #858BB3
RGB
CMYK
RGB Variations
Color information
#858BB3 (or 0x858BB3) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and B3. RGB value is (133,139,179). Sum of RGB (Red+Green+Blue) = 133+139+179=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #858BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BB3 is #7A744C. Grayscale: #8D8D8D. Windows color (decimal): -8025165 or 11766661. OLE color: 11766661.
HSL color Cylindrical-coordinate representation of color #858BB3: hue angle of 232.17º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #858BB3 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 139 | 179 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.30 |
| HSL | 232.17º | 0.23% | 0.61% | - |
| HSV(B) | 232.17º | 0.26% | 0.7% | - |
| XYZ | 27.04 | 26.71 | 46.38 | - |
| YUV | 141.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 179 | 0.26 | 0.22 | 0 | 0.30 | 232.17 | 0.23 | 0.61 |
| Hex | 85 | 8B | B3 | 1A | 16 | 0 | 1E | E8 | 17 | 3D |
| Octal | 205 | 213 | 263 | 32 | 26 | 0 | 36 | 350 | 27 | 75 |
| Binary | 10000101 | 10001011 | 10110011 | 11010 | 10110 | 0 | 11110 | 11101000 | 10111 | 111101 |
Color Harmonies of #858BB3
Complementary color
Monochromatic Colors of #858BB3
Black with #858BB3
Text Example
Text Example
White with #858BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858BB3; }
p { color: rgb(133,139,179); }
H1.HeaderClassName
{
color: #858BB3;
}
.AnyTagClassName
{
color: #858BB3;
}
</style>
background-color css
<style>
a { background-color: #858BB3; }
a { background-color: rgb(133,139,179); }
div.DivClassName
{
background-color: #858BB3;
}
.BgClassName
{
background-color: #858BB3;
}
</style>
border-color css
<style>
span { border-color: #858BB3; }
span { border-color: rgb(133,139,179); }
td.TdClassName
{
border-color: #858BB3;
}
.TagClassName
{
border-color: #858BB3;
}
</style>