Shades of Blue Bell #9997C7
Tints of Blue Bell #9997C7
RGB
CMYK
RGB Variations
Color information
#9997C7 (or 0x9997C7) is known color: Blue Bell. HEX triplet: 99, 97 and C7. RGB value is (153,151,199). Sum of RGB (Red+Green+Blue) = 153+151+199=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #9997C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997C7 is #666838. Grayscale: #9C9C9C. Windows color (decimal): -6711353 or 13080473. OLE color: 13080473.
HSL color Cylindrical-coordinate representation of color #9997C7: hue angle of 242.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9997C7 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 151 | 199 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.22 |
| HSL | 242.5º | 0.3% | 0.69% | - |
| HSV(B) | 242.5º | 0.24% | 0.78% | - |
| XYZ | 34.51 | 33.03 | 58.59 | - |
| YUV | 157.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 199 | 0.23 | 0.24 | 0 | 0.22 | 242.5 | 0.3 | 0.69 |
| Hex | 99 | 97 | C7 | 17 | 18 | 0 | 16 | F2 | 1E | 45 |
| Octal | 231 | 227 | 307 | 27 | 30 | 0 | 26 | 362 | 36 | 105 |
| Binary | 10011001 | 10010111 | 11000111 | 10111 | 11000 | 0 | 10110 | 11110010 | 11110 | 1000101 |
Color Harmonies of #9997C7
Complementary color
Monochromatic Colors of #9997C7
Black with #9997C7
Text Example
Text Example
White with #9997C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9997C7; }
p { color: rgb(153,151,199); }
H1.HeaderClassName
{
color: #9997C7;
}
.AnyTagClassName
{
color: #9997C7;
}
</style>
background-color css
<style>
a { background-color: #9997C7; }
a { background-color: rgb(153,151,199); }
div.DivClassName
{
background-color: #9997C7;
}
.BgClassName
{
background-color: #9997C7;
}
</style>
border-color css
<style>
span { border-color: #9997C7; }
span { border-color: rgb(153,151,199); }
td.TdClassName
{
border-color: #9997C7;
}
.TagClassName
{
border-color: #9997C7;
}
</style>