Shades of Blue Bell #9C9CDA
Tints of Blue Bell #9C9CDA
RGB
CMYK
RGB Variations
Color information
#9C9CDA (or 0x9C9CDA) is known color: Blue Bell. HEX triplet: 9C, 9C and DA. RGB value is (156,156,218). Sum of RGB (Red+Green+Blue) = 156+156+218=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CDA is #636325. Grayscale: #A2A2A2. Windows color (decimal): -6513446 or 14326940. OLE color: 14326940.
HSL color Cylindrical-coordinate representation of color #9C9CDA: hue angle of 240º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C9CDA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 156 | 218 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.15 |
| HSL | 240º | 0.46% | 0.73% | - |
| HSV(B) | 240º | 0.28% | 0.85% | - |
| XYZ | 38.25 | 35.91 | 71.24 | - |
| YUV | 163.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 218 | 0.28 | 0.28 | 0 | 0.15 | 240 | 0.46 | 0.73 |
| Hex | 9C | 9C | DA | 1C | 1C | 0 | F | F0 | 2E | 49 |
| Octal | 234 | 234 | 332 | 34 | 34 | 0 | 17 | 360 | 56 | 111 |
| Binary | 10011100 | 10011100 | 11011010 | 11100 | 11100 | 0 | 1111 | 11110000 | 101110 | 1001001 |
Color Harmonies of #9C9CDA
Complementary color
Monochromatic Colors of #9C9CDA
Black with #9C9CDA
Text Example
Text Example
White with #9C9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9CDA; }
p { color: rgb(156,156,218); }
H1.HeaderClassName
{
color: #9C9CDA;
}
.AnyTagClassName
{
color: #9C9CDA;
}
</style>
background-color css
<style>
a { background-color: #9C9CDA; }
a { background-color: rgb(156,156,218); }
div.DivClassName
{
background-color: #9C9CDA;
}
.BgClassName
{
background-color: #9C9CDA;
}
</style>
border-color css
<style>
span { border-color: #9C9CDA; }
span { border-color: rgb(156,156,218); }
td.TdClassName
{
border-color: #9C9CDA;
}
.TagClassName
{
border-color: #9C9CDA;
}
</style>