Shades of Wild Blue Yonder #858FBA
Tints of Wild Blue Yonder #858FBA
RGB
CMYK
RGB Variations
Color information
#858FBA (or 0x858FBA) is known color: Wild Blue Yonder. HEX triplet: 85, 8F and BA. RGB value is (133,143,186). Sum of RGB (Red+Green+Blue) = 133+143+186=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #858FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBA is #7A7045. Grayscale: #909090. Windows color (decimal): -8024134 or 12226437. OLE color: 12226437.
HSL color Cylindrical-coordinate representation of color #858FBA: hue angle of 228.68º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #858FBA is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 143 | 186 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.27 |
| HSL | 228.68º | 0.28% | 0.63% | - |
| HSV(B) | 228.68º | 0.28% | 0.73% | - |
| XYZ | 28.36 | 28.18 | 50.4 | - |
| YUV | 144.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 186 | 0.28 | 0.23 | 0 | 0.27 | 228.68 | 0.28 | 0.63 |
| Hex | 85 | 8F | BA | 1C | 17 | 0 | 1B | E5 | 1C | 3F |
| Octal | 205 | 217 | 272 | 34 | 27 | 0 | 33 | 345 | 34 | 77 |
| Binary | 10000101 | 10001111 | 10111010 | 11100 | 10111 | 0 | 11011 | 11100101 | 11100 | 111111 |
Color Harmonies of #858FBA
Complementary color
Monochromatic Colors of #858FBA
Black with #858FBA
Text Example
Text Example
White with #858FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FBA; }
p { color: rgb(133,143,186); }
H1.HeaderClassName
{
color: #858FBA;
}
.AnyTagClassName
{
color: #858FBA;
}
</style>
background-color css
<style>
a { background-color: #858FBA; }
a { background-color: rgb(133,143,186); }
div.DivClassName
{
background-color: #858FBA;
}
.BgClassName
{
background-color: #858FBA;
}
</style>
border-color css
<style>
span { border-color: #858FBA; }
span { border-color: rgb(133,143,186); }
td.TdClassName
{
border-color: #858FBA;
}
.TagClassName
{
border-color: #858FBA;
}
</style>