Shades of Blue Bell #9C98C1
Tints of Blue Bell #9C98C1
RGB
CMYK
RGB Variations
Color information
#9C98C1 (or 0x9C98C1) is known color: Blue Bell. HEX triplet: 9C, 98 and C1. RGB value is (156,152,193). Sum of RGB (Red+Green+Blue) = 156+152+193=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98C1 is #63673E. Grayscale: #9D9D9D. Windows color (decimal): -6514495 or 12687516. OLE color: 12687516.
HSL color Cylindrical-coordinate representation of color #9C98C1: hue angle of 245.85º degrees, saturation: 0.25, 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 #9C98C1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 152 | 193 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.24 |
| HSL | 245.85º | 0.25% | 0.68% | - |
| HSV(B) | 245.85º | 0.21% | 0.76% | - |
| XYZ | 34.56 | 33.37 | 55.07 | - |
| YUV | 157.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 193 | 0.19 | 0.21 | 0 | 0.24 | 245.85 | 0.25 | 0.68 |
| Hex | 9C | 98 | C1 | 13 | 15 | 0 | 18 | F6 | 19 | 44 |
| Octal | 234 | 230 | 301 | 23 | 25 | 0 | 30 | 366 | 31 | 104 |
| Binary | 10011100 | 10011000 | 11000001 | 10011 | 10101 | 0 | 11000 | 11110110 | 11001 | 1000100 |
Color Harmonies of #9C98C1
Complementary color
Monochromatic Colors of #9C98C1
Black with #9C98C1
Text Example
Text Example
White with #9C98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C98C1; }
p { color: rgb(156,152,193); }
H1.HeaderClassName
{
color: #9C98C1;
}
.AnyTagClassName
{
color: #9C98C1;
}
</style>
background-color css
<style>
a { background-color: #9C98C1; }
a { background-color: rgb(156,152,193); }
div.DivClassName
{
background-color: #9C98C1;
}
.BgClassName
{
background-color: #9C98C1;
}
</style>
border-color css
<style>
span { border-color: #9C98C1; }
span { border-color: rgb(156,152,193); }
td.TdClassName
{
border-color: #9C98C1;
}
.TagClassName
{
border-color: #9C98C1;
}
</style>