Shades of Wild Blue Yonder #858FBF
Tints of Wild Blue Yonder #858FBF
RGB
CMYK
RGB Variations
Color information
#858FBF (or 0x858FBF) is known color: Wild Blue Yonder. HEX triplet: 85, 8F and BF. RGB value is (133,143,191). Sum of RGB (Red+Green+Blue) = 133+143+191=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #858FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FBF is #7A7040. Grayscale: #919191. Windows color (decimal): -8024129 or 12554117. OLE color: 12554117.
HSL color Cylindrical-coordinate representation of color #858FBF: hue angle of 229.66º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858FBF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 143 | 191 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.25 |
| HSL | 229.66º | 0.31% | 0.64% | - |
| HSV(B) | 229.66º | 0.3% | 0.75% | - |
| XYZ | 28.9 | 28.39 | 53.25 | - |
| YUV | 145.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 191 | 0.30 | 0.25 | 0 | 0.25 | 229.66 | 0.31 | 0.64 |
| Hex | 85 | 8F | BF | 1E | 19 | 0 | 19 | E6 | 1F | 40 |
| Octal | 205 | 217 | 277 | 36 | 31 | 0 | 31 | 346 | 37 | 100 |
| Binary | 10000101 | 10001111 | 10111111 | 11110 | 11001 | 0 | 11001 | 11100110 | 11111 | 1000000 |
Color Harmonies of #858FBF
Complementary color
Monochromatic Colors of #858FBF
Black with #858FBF
Text Example
Text Example
White with #858FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858FBF; }
p { color: rgb(133,143,191); }
H1.HeaderClassName
{
color: #858FBF;
}
.AnyTagClassName
{
color: #858FBF;
}
</style>
background-color css
<style>
a { background-color: #858FBF; }
a { background-color: rgb(133,143,191); }
div.DivClassName
{
background-color: #858FBF;
}
.BgClassName
{
background-color: #858FBF;
}
</style>
border-color css
<style>
span { border-color: #858FBF; }
span { border-color: rgb(133,143,191); }
td.TdClassName
{
border-color: #858FBF;
}
.TagClassName
{
border-color: #858FBF;
}
</style>