Shades of Blue Bell #9995CF
Tints of Blue Bell #9995CF
RGB
CMYK
RGB Variations
Color information
#9995CF (or 0x9995CF) is known color: Blue Bell. HEX triplet: 99, 95 and CF. RGB value is (153,149,207). Sum of RGB (Red+Green+Blue) = 153+149+207=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #9995CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995CF is #666A30. Grayscale: #9C9C9C. Windows color (decimal): -6711857 or 13604249. OLE color: 13604249.
HSL color Cylindrical-coordinate representation of color #9995CF: hue angle of 244.14º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9995CF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 149 | 207 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.19 |
| HSL | 244.14º | 0.38% | 0.7% | - |
| HSV(B) | 244.14º | 0.28% | 0.81% | - |
| XYZ | 35.15 | 32.77 | 63.5 | - |
| YUV | 156.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 207 | 0.26 | 0.28 | 0 | 0.19 | 244.14 | 0.38 | 0.7 |
| Hex | 99 | 95 | CF | 1A | 1C | 0 | 13 | F4 | 26 | 46 |
| Octal | 231 | 225 | 317 | 32 | 34 | 0 | 23 | 364 | 46 | 106 |
| Binary | 10011001 | 10010101 | 11001111 | 11010 | 11100 | 0 | 10011 | 11110100 | 100110 | 1000110 |
Color Harmonies of #9995CF
Complementary color
Monochromatic Colors of #9995CF
Black with #9995CF
Text Example
Text Example
White with #9995CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995CF; }
p { color: rgb(153,149,207); }
H1.HeaderClassName
{
color: #9995CF;
}
.AnyTagClassName
{
color: #9995CF;
}
</style>
background-color css
<style>
a { background-color: #9995CF; }
a { background-color: rgb(153,149,207); }
div.DivClassName
{
background-color: #9995CF;
}
.BgClassName
{
background-color: #9995CF;
}
</style>
border-color css
<style>
span { border-color: #9995CF; }
span { border-color: rgb(153,149,207); }
td.TdClassName
{
border-color: #9995CF;
}
.TagClassName
{
border-color: #9995CF;
}
</style>