Shades of Blue Bell #9A99E0
Tints of Blue Bell #9A99E0
RGB
CMYK
RGB Variations
Color information
#9A99E0 (or 0x9A99E0) is known color: Blue Bell. HEX triplet: 9A, 99 and E0. RGB value is (154,153,224). Sum of RGB (Red+Green+Blue) = 154+153+224=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A99E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99E0 is #65661F. Grayscale: #A1A1A1. Windows color (decimal): -6645280 or 14719386. OLE color: 14719386.
HSL color Cylindrical-coordinate representation of color #9A99E0: hue angle of 240.85º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A99E0 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 153 | 224 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.12 |
| HSL | 240.85º | 0.53% | 0.74% | - |
| HSV(B) | 240.85º | 0.32% | 0.88% | - |
| XYZ | 38.17 | 35.03 | 75.27 | - |
| YUV | 161.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 224 | 0.31 | 0.32 | 0 | 0.12 | 240.85 | 0.53 | 0.74 |
| Hex | 9A | 99 | E0 | 1F | 20 | 0 | C | F1 | 35 | 4A |
| Octal | 232 | 231 | 340 | 37 | 40 | 0 | 14 | 361 | 65 | 112 |
| Binary | 10011010 | 10011001 | 11100000 | 11111 | 100000 | 0 | 1100 | 11110001 | 110101 | 1001010 |
Color Harmonies of #9A99E0
Complementary color
Monochromatic Colors of #9A99E0
Black with #9A99E0
Text Example
Text Example
White with #9A99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99E0; }
p { color: rgb(154,153,224); }
H1.HeaderClassName
{
color: #9A99E0;
}
.AnyTagClassName
{
color: #9A99E0;
}
</style>
background-color css
<style>
a { background-color: #9A99E0; }
a { background-color: rgb(154,153,224); }
div.DivClassName
{
background-color: #9A99E0;
}
.BgClassName
{
background-color: #9A99E0;
}
</style>
border-color css
<style>
span { border-color: #9A99E0; }
span { border-color: rgb(154,153,224); }
td.TdClassName
{
border-color: #9A99E0;
}
.TagClassName
{
border-color: #9A99E0;
}
</style>