Shades of Blue Bell #9C99DF
Tints of Blue Bell #9C99DF
RGB
CMYK
RGB Variations
Color information
#9C99DF (or 0x9C99DF) is known color: Blue Bell. HEX triplet: 9C, 99 and DF. RGB value is (156,153,223). Sum of RGB (Red+Green+Blue) = 156+153+223=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99DF is #636620. Grayscale: #A1A1A1. Windows color (decimal): -6514209 or 14653852. OLE color: 14653852.
HSL color Cylindrical-coordinate representation of color #9C99DF: hue angle of 242.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C99DF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 153 | 223 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.13 |
| HSL | 242.57º | 0.52% | 0.74% | - |
| HSV(B) | 242.57º | 0.31% | 0.87% | - |
| XYZ | 38.42 | 35.18 | 74.58 | - |
| YUV | 161.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 223 | 0.30 | 0.31 | 0 | 0.13 | 242.57 | 0.52 | 0.74 |
| Hex | 9C | 99 | DF | 1E | 1F | 0 | D | F3 | 34 | 4A |
| Octal | 234 | 231 | 337 | 36 | 37 | 0 | 15 | 363 | 64 | 112 |
| Binary | 10011100 | 10011001 | 11011111 | 11110 | 11111 | 0 | 1101 | 11110011 | 110100 | 1001010 |
Color Harmonies of #9C99DF
Complementary color
Monochromatic Colors of #9C99DF
Black with #9C99DF
Text Example
Text Example
White with #9C99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99DF; }
p { color: rgb(156,153,223); }
H1.HeaderClassName
{
color: #9C99DF;
}
.AnyTagClassName
{
color: #9C99DF;
}
</style>
background-color css
<style>
a { background-color: #9C99DF; }
a { background-color: rgb(156,153,223); }
div.DivClassName
{
background-color: #9C99DF;
}
.BgClassName
{
background-color: #9C99DF;
}
</style>
border-color css
<style>
span { border-color: #9C99DF; }
span { border-color: rgb(156,153,223); }
td.TdClassName
{
border-color: #9C99DF;
}
.TagClassName
{
border-color: #9C99DF;
}
</style>