Shades of Blue Bell #9A99CA
Tints of Blue Bell #9A99CA
RGB
CMYK
RGB Variations
Color information
#9A99CA (or 0x9A99CA) is known color: Blue Bell. HEX triplet: 9A, 99 and CA. RGB value is (154,153,202). Sum of RGB (Red+Green+Blue) = 154+153+202=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99CA is #656635. Grayscale: #9E9E9E. Windows color (decimal): -6645302 or 13277594. OLE color: 13277594.
HSL color Cylindrical-coordinate representation of color #9A99CA: hue angle of 241.22º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A99CA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 153 | 202 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.21 |
| HSL | 241.22º | 0.32% | 0.7% | - |
| HSV(B) | 241.22º | 0.24% | 0.79% | - |
| XYZ | 35.38 | 33.92 | 60.56 | - |
| YUV | 158.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 202 | 0.24 | 0.24 | 0 | 0.21 | 241.22 | 0.32 | 0.7 |
| Hex | 9A | 99 | CA | 18 | 18 | 0 | 15 | F1 | 20 | 46 |
| Octal | 232 | 231 | 312 | 30 | 30 | 0 | 25 | 361 | 40 | 106 |
| Binary | 10011010 | 10011001 | 11001010 | 11000 | 11000 | 0 | 10101 | 11110001 | 100000 | 1000110 |
Color Harmonies of #9A99CA
Complementary color
Monochromatic Colors of #9A99CA
Black with #9A99CA
Text Example
Text Example
White with #9A99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99CA; }
p { color: rgb(154,153,202); }
H1.HeaderClassName
{
color: #9A99CA;
}
.AnyTagClassName
{
color: #9A99CA;
}
</style>
background-color css
<style>
a { background-color: #9A99CA; }
a { background-color: rgb(154,153,202); }
div.DivClassName
{
background-color: #9A99CA;
}
.BgClassName
{
background-color: #9A99CA;
}
</style>
border-color css
<style>
span { border-color: #9A99CA; }
span { border-color: rgb(154,153,202); }
td.TdClassName
{
border-color: #9A99CA;
}
.TagClassName
{
border-color: #9A99CA;
}
</style>