Shades of Blue Bell #9A99C1
Tints of Blue Bell #9A99C1
RGB
CMYK
RGB Variations
Color information
#9A99C1 (or 0x9A99C1) is known color: Blue Bell. HEX triplet: 9A, 99 and C1. RGB value is (154,153,193). Sum of RGB (Red+Green+Blue) = 154+153+193=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99C1 is #65663E. Grayscale: #9D9D9D. Windows color (decimal): -6645311 or 12687770. OLE color: 12687770.
HSL color Cylindrical-coordinate representation of color #9A99C1: hue angle of 241.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A99C1 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 153 | 193 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.24 |
| HSL | 241.5º | 0.24% | 0.68% | - |
| HSV(B) | 241.5º | 0.21% | 0.76% | - |
| XYZ | 34.34 | 33.5 | 55.11 | - |
| YUV | 157.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 193 | 0.20 | 0.21 | 0 | 0.24 | 241.5 | 0.24 | 0.68 |
| Hex | 9A | 99 | C1 | 14 | 15 | 0 | 18 | F2 | 18 | 44 |
| Octal | 232 | 231 | 301 | 24 | 25 | 0 | 30 | 362 | 30 | 104 |
| Binary | 10011010 | 10011001 | 11000001 | 10100 | 10101 | 0 | 11000 | 11110010 | 11000 | 1000100 |
Color Harmonies of #9A99C1
Complementary color
Monochromatic Colors of #9A99C1
Black with #9A99C1
Text Example
Text Example
White with #9A99C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99C1; }
p { color: rgb(154,153,193); }
H1.HeaderClassName
{
color: #9A99C1;
}
.AnyTagClassName
{
color: #9A99C1;
}
</style>
background-color css
<style>
a { background-color: #9A99C1; }
a { background-color: rgb(154,153,193); }
div.DivClassName
{
background-color: #9A99C1;
}
.BgClassName
{
background-color: #9A99C1;
}
</style>
border-color css
<style>
span { border-color: #9A99C1; }
span { border-color: rgb(154,153,193); }
td.TdClassName
{
border-color: #9A99C1;
}
.TagClassName
{
border-color: #9A99C1;
}
</style>