Shades of Blue Bell #9599BE
Tints of Blue Bell #9599BE
RGB
CMYK
RGB Variations
Color information
#9599BE (or 0x9599BE) is known color: Blue Bell. HEX triplet: 95, 99 and BE. RGB value is (149,153,190). Sum of RGB (Red+Green+Blue) = 149+153+190=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9599BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599BE is #6A6641. Grayscale: #9B9B9B. Windows color (decimal): -6972994 or 12491157. OLE color: 12491157.
HSL color Cylindrical-coordinate representation of color #9599BE: hue angle of 234.15º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9599BE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 153 | 190 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.25 |
| HSL | 234.15º | 0.24% | 0.66% | - |
| HSV(B) | 234.15º | 0.22% | 0.75% | - |
| XYZ | 33.08 | 32.89 | 53.32 | - |
| YUV | 156.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 190 | 0.22 | 0.19 | 0 | 0.25 | 234.15 | 0.24 | 0.66 |
| Hex | 95 | 99 | BE | 16 | 13 | 0 | 19 | EA | 18 | 42 |
| Octal | 225 | 231 | 276 | 26 | 23 | 0 | 31 | 352 | 30 | 102 |
| Binary | 10010101 | 10011001 | 10111110 | 10110 | 10011 | 0 | 11001 | 11101010 | 11000 | 1000010 |
Color Harmonies of #9599BE
Complementary color
Monochromatic Colors of #9599BE
Black with #9599BE
Text Example
Text Example
White with #9599BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599BE; }
p { color: rgb(149,153,190); }
H1.HeaderClassName
{
color: #9599BE;
}
.AnyTagClassName
{
color: #9599BE;
}
</style>
background-color css
<style>
a { background-color: #9599BE; }
a { background-color: rgb(149,153,190); }
div.DivClassName
{
background-color: #9599BE;
}
.BgClassName
{
background-color: #9599BE;
}
</style>
border-color css
<style>
span { border-color: #9599BE; }
span { border-color: rgb(149,153,190); }
td.TdClassName
{
border-color: #9599BE;
}
.TagClassName
{
border-color: #9599BE;
}
</style>