Shades of Blue Bell #9C9EDF
Tints of Blue Bell #9C9EDF
RGB
CMYK
RGB Variations
Color information
#9C9EDF (or 0x9C9EDF) is known color: Blue Bell. HEX triplet: 9C, 9E and DF. RGB value is (156,158,223). Sum of RGB (Red+Green+Blue) = 156+158+223=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9EDF is #636120. Grayscale: #A4A4A4. Windows color (decimal): -6512929 or 14655132. OLE color: 14655132.
HSL color Cylindrical-coordinate representation of color #9C9EDF: hue angle of 238.21º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C9EDF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 158 | 223 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.13 |
| HSL | 238.21º | 0.51% | 0.74% | - |
| HSV(B) | 238.21º | 0.3% | 0.87% | - |
| XYZ | 39.26 | 36.85 | 74.86 | - |
| YUV | 164.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 223 | 0.30 | 0.29 | 0 | 0.13 | 238.21 | 0.51 | 0.74 |
| Hex | 9C | 9E | DF | 1E | 1D | 0 | D | EE | 33 | 4A |
| Octal | 234 | 236 | 337 | 36 | 35 | 0 | 15 | 356 | 63 | 112 |
| Binary | 10011100 | 10011110 | 11011111 | 11110 | 11101 | 0 | 1101 | 11101110 | 110011 | 1001010 |
Color Harmonies of #9C9EDF
Complementary color
Monochromatic Colors of #9C9EDF
Black with #9C9EDF
Text Example
Text Example
White with #9C9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EDF; }
p { color: rgb(156,158,223); }
H1.HeaderClassName
{
color: #9C9EDF;
}
.AnyTagClassName
{
color: #9C9EDF;
}
</style>
background-color css
<style>
a { background-color: #9C9EDF; }
a { background-color: rgb(156,158,223); }
div.DivClassName
{
background-color: #9C9EDF;
}
.BgClassName
{
background-color: #9C9EDF;
}
</style>
border-color css
<style>
span { border-color: #9C9EDF; }
span { border-color: rgb(156,158,223); }
td.TdClassName
{
border-color: #9C9EDF;
}
.TagClassName
{
border-color: #9C9EDF;
}
</style>