Shades of Blue Bell #9C99C1
Tints of Blue Bell #9C99C1
RGB
CMYK
RGB Variations
Color information
#9C99C1 (or 0x9C99C1) is known color: Blue Bell. HEX triplet: 9C, 99 and C1. RGB value is (156,153,193). Sum of RGB (Red+Green+Blue) = 156+153+193=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99C1 is #63663E. Grayscale: #9E9E9E. Windows color (decimal): -6514239 or 12687772. OLE color: 12687772.
HSL color Cylindrical-coordinate representation of color #9C99C1: hue angle of 244.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C99C1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 153 | 193 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.24 |
| HSL | 244.5º | 0.24% | 0.68% | - |
| HSV(B) | 244.5º | 0.21% | 0.76% | - |
| XYZ | 34.73 | 33.7 | 55.13 | - |
| YUV | 158.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 193 | 0.19 | 0.21 | 0 | 0.24 | 244.5 | 0.24 | 0.68 |
| Hex | 9C | 99 | C1 | 13 | 15 | 0 | 18 | F4 | 18 | 44 |
| Octal | 234 | 231 | 301 | 23 | 25 | 0 | 30 | 364 | 30 | 104 |
| Binary | 10011100 | 10011001 | 11000001 | 10011 | 10101 | 0 | 11000 | 11110100 | 11000 | 1000100 |
Color Harmonies of #9C99C1
Complementary color
Monochromatic Colors of #9C99C1
Black with #9C99C1
Text Example
Text Example
White with #9C99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99C1; }
p { color: rgb(156,153,193); }
H1.HeaderClassName
{
color: #9C99C1;
}
.AnyTagClassName
{
color: #9C99C1;
}
</style>
background-color css
<style>
a { background-color: #9C99C1; }
a { background-color: rgb(156,153,193); }
div.DivClassName
{
background-color: #9C99C1;
}
.BgClassName
{
background-color: #9C99C1;
}
</style>
border-color css
<style>
span { border-color: #9C99C1; }
span { border-color: rgb(156,153,193); }
td.TdClassName
{
border-color: #9C99C1;
}
.TagClassName
{
border-color: #9C99C1;
}
</style>