Shades of Wild Blue Yonder #8595B9
Tints of Wild Blue Yonder #8595B9
RGB
CMYK
RGB Variations
Color information
#8595B9 (or 0x8595B9) is known color: Wild Blue Yonder. HEX triplet: 85, 95 and B9. RGB value is (133,149,185). Sum of RGB (Red+Green+Blue) = 133+149+185=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #8595B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595B9 is #7A6A46. Grayscale: #949494. Windows color (decimal): -8022599 or 12162437. OLE color: 12162437.
HSL color Cylindrical-coordinate representation of color #8595B9: hue angle of 221.54º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8595B9 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 149 | 185 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.27 |
| HSL | 221.54º | 0.27% | 0.62% | - |
| HSV(B) | 221.54º | 0.28% | 0.73% | - |
| XYZ | 29.18 | 29.98 | 50.15 | - |
| YUV | 148.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 185 | 0.28 | 0.19 | 0 | 0.27 | 221.54 | 0.27 | 0.62 |
| Hex | 85 | 95 | B9 | 1C | 13 | 0 | 1B | DE | 1B | 3E |
| Octal | 205 | 225 | 271 | 34 | 23 | 0 | 33 | 336 | 33 | 76 |
| Binary | 10000101 | 10010101 | 10111001 | 11100 | 10011 | 0 | 11011 | 11011110 | 11011 | 111110 |
Color Harmonies of #8595B9
Complementary color
Monochromatic Colors of #8595B9
Black with #8595B9
Text Example
Text Example
White with #8595B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8595B9; }
p { color: rgb(133,149,185); }
H1.HeaderClassName
{
color: #8595B9;
}
.AnyTagClassName
{
color: #8595B9;
}
</style>
background-color css
<style>
a { background-color: #8595B9; }
a { background-color: rgb(133,149,185); }
div.DivClassName
{
background-color: #8595B9;
}
.BgClassName
{
background-color: #8595B9;
}
</style>
border-color css
<style>
span { border-color: #8595B9; }
span { border-color: rgb(133,149,185); }
td.TdClassName
{
border-color: #8595B9;
}
.TagClassName
{
border-color: #8595B9;
}
</style>