Shades of Blue Bell #9C9ED5
Tints of Blue Bell #9C9ED5
RGB
CMYK
RGB Variations
Color information
#9C9ED5 (or 0x9C9ED5) is known color: Blue Bell. HEX triplet: 9C, 9E and D5. RGB value is (156,158,213). Sum of RGB (Red+Green+Blue) = 156+158+213=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C9ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ED5 is #63612A. Grayscale: #A3A3A3. Windows color (decimal): -6512939 or 13999772. OLE color: 13999772.
HSL color Cylindrical-coordinate representation of color #9C9ED5: hue angle of 237.89º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C9ED5 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 158 | 213 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.16 |
| HSL | 237.89º | 0.4% | 0.72% | - |
| HSV(B) | 237.89º | 0.27% | 0.84% | - |
| XYZ | 37.95 | 36.33 | 67.96 | - |
| YUV | 163.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 213 | 0.27 | 0.26 | 0 | 0.16 | 237.89 | 0.4 | 0.72 |
| Hex | 9C | 9E | D5 | 1B | 1A | 0 | 10 | EE | 28 | 48 |
| Octal | 234 | 236 | 325 | 33 | 32 | 0 | 20 | 356 | 50 | 110 |
| Binary | 10011100 | 10011110 | 11010101 | 11011 | 11010 | 0 | 10000 | 11101110 | 101000 | 1001000 |
Color Harmonies of #9C9ED5
Complementary color
Monochromatic Colors of #9C9ED5
Black with #9C9ED5
Text Example
Text Example
White with #9C9ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ED5; }
p { color: rgb(156,158,213); }
H1.HeaderClassName
{
color: #9C9ED5;
}
.AnyTagClassName
{
color: #9C9ED5;
}
</style>
background-color css
<style>
a { background-color: #9C9ED5; }
a { background-color: rgb(156,158,213); }
div.DivClassName
{
background-color: #9C9ED5;
}
.BgClassName
{
background-color: #9C9ED5;
}
</style>
border-color css
<style>
span { border-color: #9C9ED5; }
span { border-color: rgb(156,158,213); }
td.TdClassName
{
border-color: #9C9ED5;
}
.TagClassName
{
border-color: #9C9ED5;
}
</style>