Shades of Blue Bell #999EC1
Tints of Blue Bell #999EC1
RGB
CMYK
RGB Variations
Color information
#999EC1 (or 0x999EC1) is known color: Blue Bell. HEX triplet: 99, 9E and C1. RGB value is (153,158,193). Sum of RGB (Red+Green+Blue) = 153+158+193=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #999EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EC1 is #66613E. Grayscale: #A0A0A0. Windows color (decimal): -6709567 or 12689049. OLE color: 12689049.
HSL color Cylindrical-coordinate representation of color #999EC1: hue angle of 232.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 #999EC1 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 158 | 193 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.24 |
| HSL | 232.5º | 0.24% | 0.68% | - |
| HSV(B) | 232.5º | 0.21% | 0.76% | - |
| XYZ | 34.99 | 35.08 | 55.38 | - |
| YUV | 160.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 193 | 0.21 | 0.18 | 0 | 0.24 | 232.5 | 0.24 | 0.68 |
| Hex | 99 | 9E | C1 | 15 | 12 | 0 | 18 | E8 | 18 | 44 |
| Octal | 231 | 236 | 301 | 25 | 22 | 0 | 30 | 350 | 30 | 104 |
| Binary | 10011001 | 10011110 | 11000001 | 10101 | 10010 | 0 | 11000 | 11101000 | 11000 | 1000100 |
Color Harmonies of #999EC1
Complementary color
Monochromatic Colors of #999EC1
Black with #999EC1
Text Example
Text Example
White with #999EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EC1; }
p { color: rgb(153,158,193); }
H1.HeaderClassName
{
color: #999EC1;
}
.AnyTagClassName
{
color: #999EC1;
}
</style>
background-color css
<style>
a { background-color: #999EC1; }
a { background-color: rgb(153,158,193); }
div.DivClassName
{
background-color: #999EC1;
}
.BgClassName
{
background-color: #999EC1;
}
</style>
border-color css
<style>
span { border-color: #999EC1; }
span { border-color: rgb(153,158,193); }
td.TdClassName
{
border-color: #999EC1;
}
.TagClassName
{
border-color: #999EC1;
}
</style>