Shades of Blue Bell #9C97C1
Tints of Blue Bell #9C97C1
RGB
CMYK
RGB Variations
Color information
#9C97C1 (or 0x9C97C1) is known color: Blue Bell. HEX triplet: 9C, 97 and C1. RGB value is (156,151,193). Sum of RGB (Red+Green+Blue) = 156+151+193=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97C1 is #63683E. Grayscale: #9D9D9D. Windows color (decimal): -6514751 or 12687260. OLE color: 12687260.
HSL color Cylindrical-coordinate representation of color #9C97C1: hue angle of 247.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C97C1 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 151 | 193 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.24 |
| HSL | 247.14º | 0.25% | 0.67% | - |
| HSV(B) | 247.14º | 0.22% | 0.76% | - |
| XYZ | 34.4 | 33.05 | 55.02 | - |
| YUV | 157.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 193 | 0.19 | 0.22 | 0 | 0.24 | 247.14 | 0.25 | 0.67 |
| Hex | 9C | 97 | C1 | 13 | 16 | 0 | 18 | F7 | 19 | 43 |
| Octal | 234 | 227 | 301 | 23 | 26 | 0 | 30 | 367 | 31 | 103 |
| Binary | 10011100 | 10010111 | 11000001 | 10011 | 10110 | 0 | 11000 | 11110111 | 11001 | 1000011 |
Color Harmonies of #9C97C1
Complementary color
Monochromatic Colors of #9C97C1
Black with #9C97C1
Text Example
Text Example
White with #9C97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C97C1; }
p { color: rgb(156,151,193); }
H1.HeaderClassName
{
color: #9C97C1;
}
.AnyTagClassName
{
color: #9C97C1;
}
</style>
background-color css
<style>
a { background-color: #9C97C1; }
a { background-color: rgb(156,151,193); }
div.DivClassName
{
background-color: #9C97C1;
}
.BgClassName
{
background-color: #9C97C1;
}
</style>
border-color css
<style>
span { border-color: #9C97C1; }
span { border-color: rgb(156,151,193); }
td.TdClassName
{
border-color: #9C97C1;
}
.TagClassName
{
border-color: #9C97C1;
}
</style>