Shades of Blue Bell #9C9ED7
Tints of Blue Bell #9C9ED7
RGB
CMYK
RGB Variations
Color information
#9C9ED7 (or 0x9C9ED7) is known color: Blue Bell. HEX triplet: 9C, 9E and D7. RGB value is (156,158,215). Sum of RGB (Red+Green+Blue) = 156+158+215=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #9C9ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ED7 is #636128. Grayscale: #A3A3A3. Windows color (decimal): -6512937 or 14130844. OLE color: 14130844.
HSL color Cylindrical-coordinate representation of color #9C9ED7: hue angle of 237.97º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C9ED7 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 158 | 215 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.16 |
| HSL | 237.97º | 0.42% | 0.73% | - |
| HSV(B) | 237.97º | 0.27% | 0.84% | - |
| XYZ | 38.2 | 36.43 | 69.31 | - |
| YUV | 163.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 215 | 0.27 | 0.27 | 0 | 0.16 | 237.97 | 0.42 | 0.73 |
| Hex | 9C | 9E | D7 | 1B | 1B | 0 | 10 | EE | 2A | 49 |
| Octal | 234 | 236 | 327 | 33 | 33 | 0 | 20 | 356 | 52 | 111 |
| Binary | 10011100 | 10011110 | 11010111 | 11011 | 11011 | 0 | 10000 | 11101110 | 101010 | 1001001 |
Color Harmonies of #9C9ED7
Complementary color
Monochromatic Colors of #9C9ED7
Black with #9C9ED7
Text Example
Text Example
White with #9C9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ED7; }
p { color: rgb(156,158,215); }
H1.HeaderClassName
{
color: #9C9ED7;
}
.AnyTagClassName
{
color: #9C9ED7;
}
</style>
background-color css
<style>
a { background-color: #9C9ED7; }
a { background-color: rgb(156,158,215); }
div.DivClassName
{
background-color: #9C9ED7;
}
.BgClassName
{
background-color: #9C9ED7;
}
</style>
border-color css
<style>
span { border-color: #9C9ED7; }
span { border-color: rgb(156,158,215); }
td.TdClassName
{
border-color: #9C9ED7;
}
.TagClassName
{
border-color: #9C9ED7;
}
</style>