Shades of Blue Bell #9C97C5
Tints of Blue Bell #9C97C5
RGB
CMYK
RGB Variations
Color information
#9C97C5 (or 0x9C97C5) is known color: Blue Bell. HEX triplet: 9C, 97 and C5. RGB value is (156,151,197). Sum of RGB (Red+Green+Blue) = 156+151+197=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #9C97C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97C5 is #63683A. Grayscale: #9D9D9D. Windows color (decimal): -6514747 or 12949404. OLE color: 12949404.
HSL color Cylindrical-coordinate representation of color #9C97C5: hue angle of 246.52º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C97C5 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 151 | 197 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.23 |
| HSL | 246.52º | 0.28% | 0.68% | - |
| HSV(B) | 246.52º | 0.23% | 0.77% | - |
| XYZ | 34.85 | 33.23 | 57.4 | - |
| YUV | 157.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 197 | 0.21 | 0.23 | 0 | 0.23 | 246.52 | 0.28 | 0.68 |
| Hex | 9C | 97 | C5 | 15 | 17 | 0 | 17 | F7 | 1C | 44 |
| Octal | 234 | 227 | 305 | 25 | 27 | 0 | 27 | 367 | 34 | 104 |
| Binary | 10011100 | 10010111 | 11000101 | 10101 | 10111 | 0 | 10111 | 11110111 | 11100 | 1000100 |
Color Harmonies of #9C97C5
Complementary color
Monochromatic Colors of #9C97C5
Black with #9C97C5
Text Example
Text Example
White with #9C97C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C97C5; }
p { color: rgb(156,151,197); }
H1.HeaderClassName
{
color: #9C97C5;
}
.AnyTagClassName
{
color: #9C97C5;
}
</style>
background-color css
<style>
a { background-color: #9C97C5; }
a { background-color: rgb(156,151,197); }
div.DivClassName
{
background-color: #9C97C5;
}
.BgClassName
{
background-color: #9C97C5;
}
</style>
border-color css
<style>
span { border-color: #9C97C5; }
span { border-color: rgb(156,151,197); }
td.TdClassName
{
border-color: #9C97C5;
}
.TagClassName
{
border-color: #9C97C5;
}
</style>