Shades of Blue Bell #9A97DC
Tints of Blue Bell #9A97DC
RGB
CMYK
RGB Variations
Color information
#9A97DC (or 0x9A97DC) is known color: Blue Bell. HEX triplet: 9A, 97 and DC. RGB value is (154,151,220). Sum of RGB (Red+Green+Blue) = 154+151+220=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A97DC is #656823. Grayscale: #9F9F9F. Windows color (decimal): -6645796 or 14456730. OLE color: 14456730.
HSL color Cylindrical-coordinate representation of color #9A97DC: hue angle of 242.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A97DC is Cyan = 0.3, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 151 | 220 | - |
| CMYK | 0.3 | 0.31 | 0 | 0.14 |
| HSL | 242.61º | 0.5% | 0.73% | - |
| HSV(B) | 242.61º | 0.31% | 0.86% | - |
| XYZ | 37.31 | 34.17 | 72.34 | - |
| YUV | 159.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 220 | 0.3 | 0.31 | 0 | 0.14 | 242.61 | 0.5 | 0.73 |
| Hex | 9A | 97 | DC | 1E | 1F | 0 | E | F3 | 32 | 49 |
| Octal | 232 | 227 | 334 | 36 | 37 | 0 | 16 | 363 | 62 | 111 |
| Binary | 10011010 | 10010111 | 11011100 | 11110 | 11111 | 0 | 1110 | 11110011 | 110010 | 1001001 |
Color Harmonies of #9A97DC
Complementary color
Monochromatic Colors of #9A97DC
Black with #9A97DC
Text Example
Text Example
White with #9A97DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A97DC; }
p { color: rgb(154,151,220); }
H1.HeaderClassName
{
color: #9A97DC;
}
.AnyTagClassName
{
color: #9A97DC;
}
</style>
background-color css
<style>
a { background-color: #9A97DC; }
a { background-color: rgb(154,151,220); }
div.DivClassName
{
background-color: #9A97DC;
}
.BgClassName
{
background-color: #9A97DC;
}
</style>
border-color css
<style>
span { border-color: #9A97DC; }
span { border-color: rgb(154,151,220); }
td.TdClassName
{
border-color: #9A97DC;
}
.TagClassName
{
border-color: #9A97DC;
}
</style>