Shades of Blue Bell #9A99DE
Tints of Blue Bell #9A99DE
RGB
CMYK
RGB Variations
Color information
#9A99DE (or 0x9A99DE) is known color: Blue Bell. HEX triplet: 9A, 99 and DE. RGB value is (154,153,222). Sum of RGB (Red+Green+Blue) = 154+153+222=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99DE is #656621. Grayscale: #A0A0A0. Windows color (decimal): -6645282 or 14588314. OLE color: 14588314.
HSL color Cylindrical-coordinate representation of color #9A99DE: hue angle of 240.87º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A99DE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 153 | 222 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.13 |
| HSL | 240.87º | 0.51% | 0.74% | - |
| HSV(B) | 240.87º | 0.31% | 0.87% | - |
| XYZ | 37.9 | 34.93 | 73.85 | - |
| YUV | 161.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 222 | 0.31 | 0.31 | 0 | 0.13 | 240.87 | 0.51 | 0.74 |
| Hex | 9A | 99 | DE | 1F | 1F | 0 | D | F1 | 33 | 4A |
| Octal | 232 | 231 | 336 | 37 | 37 | 0 | 15 | 361 | 63 | 112 |
| Binary | 10011010 | 10011001 | 11011110 | 11111 | 11111 | 0 | 1101 | 11110001 | 110011 | 1001010 |
Color Harmonies of #9A99DE
Complementary color
Monochromatic Colors of #9A99DE
Black with #9A99DE
Text Example
Text Example
White with #9A99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99DE; }
p { color: rgb(154,153,222); }
H1.HeaderClassName
{
color: #9A99DE;
}
.AnyTagClassName
{
color: #9A99DE;
}
</style>
background-color css
<style>
a { background-color: #9A99DE; }
a { background-color: rgb(154,153,222); }
div.DivClassName
{
background-color: #9A99DE;
}
.BgClassName
{
background-color: #9A99DE;
}
</style>
border-color css
<style>
span { border-color: #9A99DE; }
span { border-color: rgb(154,153,222); }
td.TdClassName
{
border-color: #9A99DE;
}
.TagClassName
{
border-color: #9A99DE;
}
</style>