Shades of Blue Bell #9C99D8
Tints of Blue Bell #9C99D8
RGB
CMYK
RGB Variations
Color information
#9C99D8 (or 0x9C99D8) is known color: Blue Bell. HEX triplet: 9C, 99 and D8. RGB value is (156,153,216). Sum of RGB (Red+Green+Blue) = 156+153+216=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #9C99D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99D8 is #636627. Grayscale: #A0A0A0. Windows color (decimal): -6514216 or 14195100. OLE color: 14195100.
HSL color Cylindrical-coordinate representation of color #9C99D8: hue angle of 242.86º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C99D8 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 153 | 216 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.15 |
| HSL | 242.86º | 0.45% | 0.72% | - |
| HSV(B) | 242.86º | 0.29% | 0.85% | - |
| XYZ | 37.5 | 34.81 | 69.71 | - |
| YUV | 161.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 216 | 0.28 | 0.29 | 0 | 0.15 | 242.86 | 0.45 | 0.72 |
| Hex | 9C | 99 | D8 | 1C | 1D | 0 | F | F3 | 2D | 48 |
| Octal | 234 | 231 | 330 | 34 | 35 | 0 | 17 | 363 | 55 | 110 |
| Binary | 10011100 | 10011001 | 11011000 | 11100 | 11101 | 0 | 1111 | 11110011 | 101101 | 1001000 |
Color Harmonies of #9C99D8
Complementary color
Monochromatic Colors of #9C99D8
Black with #9C99D8
Text Example
Text Example
White with #9C99D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99D8; }
p { color: rgb(156,153,216); }
H1.HeaderClassName
{
color: #9C99D8;
}
.AnyTagClassName
{
color: #9C99D8;
}
</style>
background-color css
<style>
a { background-color: #9C99D8; }
a { background-color: rgb(156,153,216); }
div.DivClassName
{
background-color: #9C99D8;
}
.BgClassName
{
background-color: #9C99D8;
}
</style>
border-color css
<style>
span { border-color: #9C99D8; }
span { border-color: rgb(156,153,216); }
td.TdClassName
{
border-color: #9C99D8;
}
.TagClassName
{
border-color: #9C99D8;
}
</style>