Shades of Blue Bell #9C99D4
Tints of Blue Bell #9C99D4
RGB
CMYK
RGB Variations
Color information
#9C99D4 (or 0x9C99D4) is known color: Blue Bell. HEX triplet: 9C, 99 and D4. RGB value is (156,153,212). Sum of RGB (Red+Green+Blue) = 156+153+212=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C99D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99D4 is #63662B. Grayscale: #A0A0A0. Windows color (decimal): -6514220 or 13932956. OLE color: 13932956.
HSL color Cylindrical-coordinate representation of color #9C99D4: hue angle of 243.05º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C99D4 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 153 | 212 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.17 |
| HSL | 243.05º | 0.41% | 0.72% | - |
| HSV(B) | 243.05º | 0.28% | 0.83% | - |
| XYZ | 36.99 | 34.6 | 67.02 | - |
| YUV | 160.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 212 | 0.26 | 0.28 | 0 | 0.17 | 243.05 | 0.41 | 0.72 |
| Hex | 9C | 99 | D4 | 1A | 1C | 0 | 11 | F3 | 29 | 48 |
| Octal | 234 | 231 | 324 | 32 | 34 | 0 | 21 | 363 | 51 | 110 |
| Binary | 10011100 | 10011001 | 11010100 | 11010 | 11100 | 0 | 10001 | 11110011 | 101001 | 1001000 |
Color Harmonies of #9C99D4
Complementary color
Monochromatic Colors of #9C99D4
Black with #9C99D4
Text Example
Text Example
White with #9C99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99D4; }
p { color: rgb(156,153,212); }
H1.HeaderClassName
{
color: #9C99D4;
}
.AnyTagClassName
{
color: #9C99D4;
}
</style>
background-color css
<style>
a { background-color: #9C99D4; }
a { background-color: rgb(156,153,212); }
div.DivClassName
{
background-color: #9C99D4;
}
.BgClassName
{
background-color: #9C99D4;
}
</style>
border-color css
<style>
span { border-color: #9C99D4; }
span { border-color: rgb(156,153,212); }
td.TdClassName
{
border-color: #9C99D4;
}
.TagClassName
{
border-color: #9C99D4;
}
</style>