Shades of Blue Bell #9799D5
Tints of Blue Bell #9799D5
RGB
CMYK
RGB Variations
Color information
#9799D5 (or 0x9799D5) is known color: Blue Bell. HEX triplet: 97, 99 and D5. RGB value is (151,153,213). Sum of RGB (Red+Green+Blue) = 151+153+213=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #9799D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9799D5 is #68662A. Grayscale: #9F9F9F. Windows color (decimal): -6841899 or 13998487. OLE color: 13998487.
HSL color Cylindrical-coordinate representation of color #9799D5: hue angle of 238.06º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9799D5 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 153 | 213 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.16 |
| HSL | 238.06º | 0.42% | 0.71% | - |
| HSV(B) | 238.06º | 0.29% | 0.84% | - |
| XYZ | 36.16 | 34.17 | 67.64 | - |
| YUV | 159.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 213 | 0.29 | 0.28 | 0 | 0.16 | 238.06 | 0.42 | 0.71 |
| Hex | 97 | 99 | D5 | 1D | 1C | 0 | 10 | EE | 2A | 47 |
| Octal | 227 | 231 | 325 | 35 | 34 | 0 | 20 | 356 | 52 | 107 |
| Binary | 10010111 | 10011001 | 11010101 | 11101 | 11100 | 0 | 10000 | 11101110 | 101010 | 1000111 |
Color Harmonies of #9799D5
Complementary color
Monochromatic Colors of #9799D5
Black with #9799D5
Text Example
Text Example
White with #9799D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9799D5; }
p { color: rgb(151,153,213); }
H1.HeaderClassName
{
color: #9799D5;
}
.AnyTagClassName
{
color: #9799D5;
}
</style>
background-color css
<style>
a { background-color: #9799D5; }
a { background-color: rgb(151,153,213); }
div.DivClassName
{
background-color: #9799D5;
}
.BgClassName
{
background-color: #9799D5;
}
</style>
border-color css
<style>
span { border-color: #9799D5; }
span { border-color: rgb(151,153,213); }
td.TdClassName
{
border-color: #9799D5;
}
.TagClassName
{
border-color: #9799D5;
}
</style>