Shades of Blue Bell #9C9FDB
Tints of Blue Bell #9C9FDB
RGB
CMYK
RGB Variations
Color information
#9C9FDB (or 0x9C9FDB) is known color: Blue Bell. HEX triplet: 9C, 9F and DB. RGB value is (156,159,219). Sum of RGB (Red+Green+Blue) = 156+159+219=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDB is #636024. Grayscale: #A4A4A4. Windows color (decimal): -6512677 or 14393244. OLE color: 14393244.
HSL color Cylindrical-coordinate representation of color #9C9FDB: hue angle of 237.14º 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 #9C9FDB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 159 | 219 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.14 |
| HSL | 237.14º | 0.47% | 0.74% | - |
| HSV(B) | 237.14º | 0.29% | 0.86% | - |
| XYZ | 38.89 | 36.98 | 72.11 | - |
| YUV | 164.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 219 | 0.29 | 0.27 | 0 | 0.14 | 237.14 | 0.47 | 0.74 |
| Hex | 9C | 9F | DB | 1D | 1B | 0 | E | ED | 2F | 4A |
| Octal | 234 | 237 | 333 | 35 | 33 | 0 | 16 | 355 | 57 | 112 |
| Binary | 10011100 | 10011111 | 11011011 | 11101 | 11011 | 0 | 1110 | 11101101 | 101111 | 1001010 |
Color Harmonies of #9C9FDB
Complementary color
Monochromatic Colors of #9C9FDB
Black with #9C9FDB
Text Example
Text Example
White with #9C9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9FDB; }
p { color: rgb(156,159,219); }
H1.HeaderClassName
{
color: #9C9FDB;
}
.AnyTagClassName
{
color: #9C9FDB;
}
</style>
background-color css
<style>
a { background-color: #9C9FDB; }
a { background-color: rgb(156,159,219); }
div.DivClassName
{
background-color: #9C9FDB;
}
.BgClassName
{
background-color: #9C9FDB;
}
</style>
border-color css
<style>
span { border-color: #9C9FDB; }
span { border-color: rgb(156,159,219); }
td.TdClassName
{
border-color: #9C9FDB;
}
.TagClassName
{
border-color: #9C9FDB;
}
</style>