Shades of Blue Bell #9597DA
Tints of Blue Bell #9597DA
RGB
CMYK
RGB Variations
Color information
#9597DA (or 0x9597DA) is known color: Blue Bell. HEX triplet: 95, 97 and DA. RGB value is (149,151,218). Sum of RGB (Red+Green+Blue) = 149+151+218=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9597DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597DA is #6A6825. Grayscale: #9D9D9D. Windows color (decimal): -6973478 or 14325653. OLE color: 14325653.
HSL color Cylindrical-coordinate representation of color #9597DA: hue angle of 238.26º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9597DA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 151 | 218 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.15 |
| HSL | 238.26º | 0.48% | 0.72% | - |
| HSV(B) | 238.26º | 0.32% | 0.85% | - |
| XYZ | 36.12 | 33.58 | 70.91 | - |
| YUV | 158.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 218 | 0.32 | 0.31 | 0 | 0.15 | 238.26 | 0.48 | 0.72 |
| Hex | 95 | 97 | DA | 20 | 1F | 0 | F | EE | 30 | 48 |
| Octal | 225 | 227 | 332 | 40 | 37 | 0 | 17 | 356 | 60 | 110 |
| Binary | 10010101 | 10010111 | 11011010 | 100000 | 11111 | 0 | 1111 | 11101110 | 110000 | 1001000 |
Color Harmonies of #9597DA
Complementary color
Monochromatic Colors of #9597DA
Black with #9597DA
Text Example
Text Example
White with #9597DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9597DA; }
p { color: rgb(149,151,218); }
H1.HeaderClassName
{
color: #9597DA;
}
.AnyTagClassName
{
color: #9597DA;
}
</style>
background-color css
<style>
a { background-color: #9597DA; }
a { background-color: rgb(149,151,218); }
div.DivClassName
{
background-color: #9597DA;
}
.BgClassName
{
background-color: #9597DA;
}
</style>
border-color css
<style>
span { border-color: #9597DA; }
span { border-color: rgb(149,151,218); }
td.TdClassName
{
border-color: #9597DA;
}
.TagClassName
{
border-color: #9597DA;
}
</style>