Shades of Blue Bell #9A99DF
Tints of Blue Bell #9A99DF
RGB
CMYK
RGB Variations
Color information
#9A99DF (or 0x9A99DF) is known color: Blue Bell. HEX triplet: 9A, 99 and DF. RGB value is (154,153,223). Sum of RGB (Red+Green+Blue) = 154+153+223=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99DF is #656620. Grayscale: #A1A1A1. Windows color (decimal): -6645281 or 14653850. OLE color: 14653850.
HSL color Cylindrical-coordinate representation of color #9A99DF: hue angle of 240.86º degrees, saturation: 0.52, 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 #9A99DF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 153 | 223 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.13 |
| HSL | 240.86º | 0.52% | 0.74% | - |
| HSV(B) | 240.86º | 0.31% | 0.87% | - |
| XYZ | 38.04 | 34.98 | 74.56 | - |
| YUV | 161.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 223 | 0.31 | 0.31 | 0 | 0.13 | 240.86 | 0.52 | 0.74 |
| Hex | 9A | 99 | DF | 1F | 1F | 0 | D | F1 | 34 | 4A |
| Octal | 232 | 231 | 337 | 37 | 37 | 0 | 15 | 361 | 64 | 112 |
| Binary | 10011010 | 10011001 | 11011111 | 11111 | 11111 | 0 | 1101 | 11110001 | 110100 | 1001010 |
Color Harmonies of #9A99DF
Complementary color
Monochromatic Colors of #9A99DF
Black with #9A99DF
Text Example
Text Example
White with #9A99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99DF; }
p { color: rgb(154,153,223); }
H1.HeaderClassName
{
color: #9A99DF;
}
.AnyTagClassName
{
color: #9A99DF;
}
</style>
background-color css
<style>
a { background-color: #9A99DF; }
a { background-color: rgb(154,153,223); }
div.DivClassName
{
background-color: #9A99DF;
}
.BgClassName
{
background-color: #9A99DF;
}
</style>
border-color css
<style>
span { border-color: #9A99DF; }
span { border-color: rgb(154,153,223); }
td.TdClassName
{
border-color: #9A99DF;
}
.TagClassName
{
border-color: #9A99DF;
}
</style>