Shades of Blue Bell #9C97E0
Tints of Blue Bell #9C97E0
RGB
CMYK
RGB Variations
Color information
#9C97E0 (or 0x9C97E0) is known color: Blue Bell. HEX triplet: 9C, 97 and E0. RGB value is (156,151,224). Sum of RGB (Red+Green+Blue) = 156+151+224=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C97E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97E0 is #63681F. Grayscale: #A0A0A0. Windows color (decimal): -6514720 or 14718876. OLE color: 14718876.
HSL color Cylindrical-coordinate representation of color #9C97E0: hue angle of 244.11º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C97E0 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 151 | 224 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.12 |
| HSL | 244.11º | 0.54% | 0.74% | - |
| HSV(B) | 244.11º | 0.33% | 0.88% | - |
| XYZ | 38.23 | 34.58 | 75.18 | - |
| YUV | 160.82 | 163.66 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 224 | 0.30 | 0.33 | 0 | 0.12 | 244.11 | 0.54 | 0.74 |
| Hex | 9C | 97 | E0 | 1E | 21 | 0 | C | F4 | 36 | 4A |
| Octal | 234 | 227 | 340 | 36 | 41 | 0 | 14 | 364 | 66 | 112 |
| Binary | 10011100 | 10010111 | 11100000 | 11110 | 100001 | 0 | 1100 | 11110100 | 110110 | 1001010 |
Color Harmonies of #9C97E0
Complementary color
Monochromatic Colors of #9C97E0
Black with #9C97E0
Text Example
Text Example
White with #9C97E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C97E0; }
p { color: rgb(156,151,224); }
H1.HeaderClassName
{
color: #9C97E0;
}
.AnyTagClassName
{
color: #9C97E0;
}
</style>
background-color css
<style>
a { background-color: #9C97E0; }
a { background-color: rgb(156,151,224); }
div.DivClassName
{
background-color: #9C97E0;
}
.BgClassName
{
background-color: #9C97E0;
}
</style>
border-color css
<style>
span { border-color: #9C97E0; }
span { border-color: rgb(156,151,224); }
td.TdClassName
{
border-color: #9C97E0;
}
.TagClassName
{
border-color: #9C97E0;
}
</style>