Shades of Wild Blue Yonder #8596BE
Tints of Wild Blue Yonder #8596BE
RGB
CMYK
RGB Variations
Color information
#8596BE (or 0x8596BE) is known color: Wild Blue Yonder. HEX triplet: 85, 96 and BE. RGB value is (133,150,190). Sum of RGB (Red+Green+Blue) = 133+150+190=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #8596BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596BE is #7A6941. Grayscale: #959595. Windows color (decimal): -8022338 or 12490373. OLE color: 12490373.
HSL color Cylindrical-coordinate representation of color #8596BE: hue angle of 222.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8596BE is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 150 | 190 | - |
| CMYK | 0.3 | 0.21 | 0 | 0.25 |
| HSL | 222.11º | 0.3% | 0.63% | - |
| HSV(B) | 222.11º | 0.3% | 0.75% | - |
| XYZ | 29.87 | 30.52 | 53.03 | - |
| YUV | 149.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 190 | 0.3 | 0.21 | 0 | 0.25 | 222.11 | 0.3 | 0.63 |
| Hex | 85 | 96 | BE | 1E | 15 | 0 | 19 | DE | 1E | 3F |
| Octal | 205 | 226 | 276 | 36 | 25 | 0 | 31 | 336 | 36 | 77 |
| Binary | 10000101 | 10010110 | 10111110 | 11110 | 10101 | 0 | 11001 | 11011110 | 11110 | 111111 |
Color Harmonies of #8596BE
Complementary color
Monochromatic Colors of #8596BE
Black with #8596BE
Text Example
Text Example
White with #8596BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8596BE; }
p { color: rgb(133,150,190); }
H1.HeaderClassName
{
color: #8596BE;
}
.AnyTagClassName
{
color: #8596BE;
}
</style>
background-color css
<style>
a { background-color: #8596BE; }
a { background-color: rgb(133,150,190); }
div.DivClassName
{
background-color: #8596BE;
}
.BgClassName
{
background-color: #8596BE;
}
</style>
border-color css
<style>
span { border-color: #8596BE; }
span { border-color: rgb(133,150,190); }
td.TdClassName
{
border-color: #8596BE;
}
.TagClassName
{
border-color: #8596BE;
}
</style>