Shades of Blue Bell #9C9EDC
Tints of Blue Bell #9C9EDC
RGB
CMYK
RGB Variations
Color information
#9C9EDC (or 0x9C9EDC) is known color: Blue Bell. HEX triplet: 9C, 9E and DC. RGB value is (156,158,220). Sum of RGB (Red+Green+Blue) = 156+158+220=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EDC is #636123. Grayscale: #A4A4A4. Windows color (decimal): -6512932 or 14458524. OLE color: 14458524.
HSL color Cylindrical-coordinate representation of color #9C9EDC: hue angle of 238.12º degrees, saturation: 0.48, 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 #9C9EDC is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 158 | 220 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.14 |
| HSL | 238.13º | 0.48% | 0.74% | - |
| HSV(B) | 238.13º | 0.29% | 0.86% | - |
| XYZ | 38.86 | 36.69 | 72.74 | - |
| YUV | 164.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 220 | 0.29 | 0.28 | 0 | 0.14 | 238.13 | 0.48 | 0.74 |
| Hex | 9C | 9E | DC | 1D | 1C | 0 | E | EE | 30 | 4A |
| Octal | 234 | 236 | 334 | 35 | 34 | 0 | 16 | 356 | 60 | 112 |
| Binary | 10011100 | 10011110 | 11011100 | 11101 | 11100 | 0 | 1110 | 11101110 | 110000 | 1001010 |
Color Harmonies of #9C9EDC
Complementary color
Monochromatic Colors of #9C9EDC
Black with #9C9EDC
Text Example
Text Example
White with #9C9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EDC; }
p { color: rgb(156,158,220); }
H1.HeaderClassName
{
color: #9C9EDC;
}
.AnyTagClassName
{
color: #9C9EDC;
}
</style>
background-color css
<style>
a { background-color: #9C9EDC; }
a { background-color: rgb(156,158,220); }
div.DivClassName
{
background-color: #9C9EDC;
}
.BgClassName
{
background-color: #9C9EDC;
}
</style>
border-color css
<style>
span { border-color: #9C9EDC; }
span { border-color: rgb(156,158,220); }
td.TdClassName
{
border-color: #9C9EDC;
}
.TagClassName
{
border-color: #9C9EDC;
}
</style>