Shades of Blue Bell #9599D0
Tints of Blue Bell #9599D0
RGB
CMYK
RGB Variations
Color information
#9599D0 (or 0x9599D0) is known color: Blue Bell. HEX triplet: 95, 99 and D0. RGB value is (149,153,208). Sum of RGB (Red+Green+Blue) = 149+153+208=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #9599D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599D0 is #6A662F. Grayscale: #9D9D9D. Windows color (decimal): -6972976 or 13670805. OLE color: 13670805.
HSL color Cylindrical-coordinate representation of color #9599D0: hue angle of 235.93º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9599D0 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 153 | 208 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.18 |
| HSL | 235.93º | 0.39% | 0.7% | - |
| HSV(B) | 235.93º | 0.28% | 0.82% | - |
| XYZ | 35.17 | 33.73 | 64.33 | - |
| YUV | 158.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 208 | 0.28 | 0.26 | 0 | 0.18 | 235.93 | 0.39 | 0.7 |
| Hex | 95 | 99 | D0 | 1C | 1A | 0 | 12 | EC | 27 | 46 |
| Octal | 225 | 231 | 320 | 34 | 32 | 0 | 22 | 354 | 47 | 106 |
| Binary | 10010101 | 10011001 | 11010000 | 11100 | 11010 | 0 | 10010 | 11101100 | 100111 | 1000110 |
Color Harmonies of #9599D0
Complementary color
Monochromatic Colors of #9599D0
Black with #9599D0
Text Example
Text Example
White with #9599D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599D0; }
p { color: rgb(149,153,208); }
H1.HeaderClassName
{
color: #9599D0;
}
.AnyTagClassName
{
color: #9599D0;
}
</style>
background-color css
<style>
a { background-color: #9599D0; }
a { background-color: rgb(149,153,208); }
div.DivClassName
{
background-color: #9599D0;
}
.BgClassName
{
background-color: #9599D0;
}
</style>
border-color css
<style>
span { border-color: #9599D0; }
span { border-color: rgb(149,153,208); }
td.TdClassName
{
border-color: #9599D0;
}
.TagClassName
{
border-color: #9599D0;
}
</style>