Shades of Blue Bell #9992CE
Tints of Blue Bell #9992CE
RGB
CMYK
RGB Variations
Color information
#9992CE (or 0x9992CE) is known color: Blue Bell. HEX triplet: 99, 92 and CE. RGB value is (153,146,206). Sum of RGB (Red+Green+Blue) = 153+146+206=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #9992CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992CE is #666D31. Grayscale: #9A9A9A. Windows color (decimal): -6712626 or 13537945. OLE color: 13537945.
HSL color Cylindrical-coordinate representation of color #9992CE: hue angle of 247º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9992CE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 146 | 206 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.19 |
| HSL | 247º | 0.38% | 0.69% | - |
| HSV(B) | 247º | 0.29% | 0.81% | - |
| XYZ | 34.56 | 31.79 | 62.71 | - |
| YUV | 154.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 206 | 0.26 | 0.29 | 0 | 0.19 | 247 | 0.38 | 0.69 |
| Hex | 99 | 92 | CE | 1A | 1D | 0 | 13 | F7 | 26 | 45 |
| Octal | 231 | 222 | 316 | 32 | 35 | 0 | 23 | 367 | 46 | 105 |
| Binary | 10011001 | 10010010 | 11001110 | 11010 | 11101 | 0 | 10011 | 11110111 | 100110 | 1000101 |
Color Harmonies of #9992CE
Complementary color
Monochromatic Colors of #9992CE
Black with #9992CE
Text Example
Text Example
White with #9992CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9992CE; }
p { color: rgb(153,146,206); }
H1.HeaderClassName
{
color: #9992CE;
}
.AnyTagClassName
{
color: #9992CE;
}
</style>
background-color css
<style>
a { background-color: #9992CE; }
a { background-color: rgb(153,146,206); }
div.DivClassName
{
background-color: #9992CE;
}
.BgClassName
{
background-color: #9992CE;
}
</style>
border-color css
<style>
span { border-color: #9992CE; }
span { border-color: rgb(153,146,206); }
td.TdClassName
{
border-color: #9992CE;
}
.TagClassName
{
border-color: #9992CE;
}
</style>