Shades of Blue Bell #9C9EDB
Tints of Blue Bell #9C9EDB
RGB
CMYK
RGB Variations
Color information
#9C9EDB (or 0x9C9EDB) is known color: Blue Bell. HEX triplet: 9C, 9E and DB. RGB value is (156,158,219). Sum of RGB (Red+Green+Blue) = 156+158+219=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EDB is #636124. Grayscale: #A4A4A4. Windows color (decimal): -6512933 or 14392988. OLE color: 14392988.
HSL color Cylindrical-coordinate representation of color #9C9EDB: hue angle of 238.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9EDB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 158 | 219 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.14 |
| HSL | 238.1º | 0.47% | 0.74% | - |
| HSV(B) | 238.1º | 0.29% | 0.86% | - |
| XYZ | 38.72 | 36.64 | 72.05 | - |
| YUV | 164.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 219 | 0.29 | 0.28 | 0 | 0.14 | 238.1 | 0.47 | 0.74 |
| Hex | 9C | 9E | DB | 1D | 1C | 0 | E | EE | 2F | 4A |
| Octal | 234 | 236 | 333 | 35 | 34 | 0 | 16 | 356 | 57 | 112 |
| Binary | 10011100 | 10011110 | 11011011 | 11101 | 11100 | 0 | 1110 | 11101110 | 101111 | 1001010 |
Color Harmonies of #9C9EDB
Complementary color
Monochromatic Colors of #9C9EDB
Black with #9C9EDB
Text Example
Text Example
White with #9C9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EDB; }
p { color: rgb(156,158,219); }
H1.HeaderClassName
{
color: #9C9EDB;
}
.AnyTagClassName
{
color: #9C9EDB;
}
</style>
background-color css
<style>
a { background-color: #9C9EDB; }
a { background-color: rgb(156,158,219); }
div.DivClassName
{
background-color: #9C9EDB;
}
.BgClassName
{
background-color: #9C9EDB;
}
</style>
border-color css
<style>
span { border-color: #9C9EDB; }
span { border-color: rgb(156,158,219); }
td.TdClassName
{
border-color: #9C9EDB;
}
.TagClassName
{
border-color: #9C9EDB;
}
</style>