Shades of Blue Bell #9C9ED4
Tints of Blue Bell #9C9ED4
RGB
CMYK
RGB Variations
Color information
#9C9ED4 (or 0x9C9ED4) is known color: Blue Bell. HEX triplet: 9C, 9E and D4. RGB value is (156,158,212). Sum of RGB (Red+Green+Blue) = 156+158+212=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C9ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ED4 is #63612B. Grayscale: #A3A3A3. Windows color (decimal): -6512940 or 13934236. OLE color: 13934236.
HSL color Cylindrical-coordinate representation of color #9C9ED4: hue angle of 237.86º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C9ED4 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 158 | 212 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.17 |
| HSL | 237.86º | 0.39% | 0.72% | - |
| HSV(B) | 237.86º | 0.26% | 0.83% | - |
| XYZ | 37.82 | 36.28 | 67.3 | - |
| YUV | 163.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 212 | 0.26 | 0.25 | 0 | 0.17 | 237.86 | 0.39 | 0.72 |
| Hex | 9C | 9E | D4 | 1A | 19 | 0 | 11 | EE | 27 | 48 |
| Octal | 234 | 236 | 324 | 32 | 31 | 0 | 21 | 356 | 47 | 110 |
| Binary | 10011100 | 10011110 | 11010100 | 11010 | 11001 | 0 | 10001 | 11101110 | 100111 | 1001000 |
Color Harmonies of #9C9ED4
Complementary color
Monochromatic Colors of #9C9ED4
Black with #9C9ED4
Text Example
Text Example
White with #9C9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ED4; }
p { color: rgb(156,158,212); }
H1.HeaderClassName
{
color: #9C9ED4;
}
.AnyTagClassName
{
color: #9C9ED4;
}
</style>
background-color css
<style>
a { background-color: #9C9ED4; }
a { background-color: rgb(156,158,212); }
div.DivClassName
{
background-color: #9C9ED4;
}
.BgClassName
{
background-color: #9C9ED4;
}
</style>
border-color css
<style>
span { border-color: #9C9ED4; }
span { border-color: rgb(156,158,212); }
td.TdClassName
{
border-color: #9C9ED4;
}
.TagClassName
{
border-color: #9C9ED4;
}
</style>