Shades of Blue Bell #9599CA
Tints of Blue Bell #9599CA
RGB
CMYK
RGB Variations
Color information
#9599CA (or 0x9599CA) is known color: Blue Bell. HEX triplet: 95, 99 and CA. RGB value is (149,153,202). Sum of RGB (Red+Green+Blue) = 149+153+202=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #9599CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599CA is #6A6635. Grayscale: #9D9D9D. Windows color (decimal): -6972982 or 13277589. OLE color: 13277589.
HSL color Cylindrical-coordinate representation of color #9599CA: hue angle of 235.47º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9599CA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 153 | 202 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.21 |
| HSL | 235.47º | 0.33% | 0.69% | - |
| HSV(B) | 235.47º | 0.26% | 0.79% | - |
| XYZ | 34.45 | 33.44 | 60.52 | - |
| YUV | 157.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 202 | 0.26 | 0.24 | 0 | 0.21 | 235.47 | 0.33 | 0.69 |
| Hex | 95 | 99 | CA | 1A | 18 | 0 | 15 | EB | 21 | 45 |
| Octal | 225 | 231 | 312 | 32 | 30 | 0 | 25 | 353 | 41 | 105 |
| Binary | 10010101 | 10011001 | 11001010 | 11010 | 11000 | 0 | 10101 | 11101011 | 100001 | 1000101 |
Color Harmonies of #9599CA
Complementary color
Monochromatic Colors of #9599CA
Black with #9599CA
Text Example
Text Example
White with #9599CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599CA; }
p { color: rgb(149,153,202); }
H1.HeaderClassName
{
color: #9599CA;
}
.AnyTagClassName
{
color: #9599CA;
}
</style>
background-color css
<style>
a { background-color: #9599CA; }
a { background-color: rgb(149,153,202); }
div.DivClassName
{
background-color: #9599CA;
}
.BgClassName
{
background-color: #9599CA;
}
</style>
border-color css
<style>
span { border-color: #9599CA; }
span { border-color: rgb(149,153,202); }
td.TdClassName
{
border-color: #9599CA;
}
.TagClassName
{
border-color: #9599CA;
}
</style>