Shades of Blue Bell #9997DC
Tints of Blue Bell #9997DC
RGB
CMYK
RGB Variations
Color information
#9997DC (or 0x9997DC) is known color: Blue Bell. HEX triplet: 99, 97 and DC. RGB value is (153,151,220). Sum of RGB (Red+Green+Blue) = 153+151+220=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9997DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997DC is #666823. Grayscale: #9F9F9F. Windows color (decimal): -6711332 or 14456729. OLE color: 14456729.
HSL color Cylindrical-coordinate representation of color #9997DC: hue angle of 241.74º 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 #9997DC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 151 | 220 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.14 |
| HSL | 241.74º | 0.5% | 0.73% | - |
| HSV(B) | 241.74º | 0.31% | 0.86% | - |
| XYZ | 37.12 | 34.07 | 72.33 | - |
| YUV | 159.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 220 | 0.30 | 0.31 | 0 | 0.14 | 241.74 | 0.5 | 0.73 |
| Hex | 99 | 97 | DC | 1E | 1F | 0 | E | F2 | 32 | 49 |
| Octal | 231 | 227 | 334 | 36 | 37 | 0 | 16 | 362 | 62 | 111 |
| Binary | 10011001 | 10010111 | 11011100 | 11110 | 11111 | 0 | 1110 | 11110010 | 110010 | 1001001 |
Color Harmonies of #9997DC
Complementary color
Monochromatic Colors of #9997DC
Black with #9997DC
Text Example
Text Example
White with #9997DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9997DC; }
p { color: rgb(153,151,220); }
H1.HeaderClassName
{
color: #9997DC;
}
.AnyTagClassName
{
color: #9997DC;
}
</style>
background-color css
<style>
a { background-color: #9997DC; }
a { background-color: rgb(153,151,220); }
div.DivClassName
{
background-color: #9997DC;
}
.BgClassName
{
background-color: #9997DC;
}
</style>
border-color css
<style>
span { border-color: #9997DC; }
span { border-color: rgb(153,151,220); }
td.TdClassName
{
border-color: #9997DC;
}
.TagClassName
{
border-color: #9997DC;
}
</style>