Shades of Blue Bell #9D9CDA
Tints of Blue Bell #9D9CDA
RGB
CMYK
RGB Variations
Color information
#9D9CDA (or 0x9D9CDA) is known color: Blue Bell. HEX triplet: 9D, 9C and DA. RGB value is (157,156,218). Sum of RGB (Red+Green+Blue) = 157+156+218=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CDA is #626325. Grayscale: #A3A3A3. Windows color (decimal): -6447910 or 14326941. OLE color: 14326941.
HSL color Cylindrical-coordinate representation of color #9D9CDA: hue angle of 240.97º 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 #9D9CDA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 156 | 218 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.15 |
| HSL | 240.97º | 0.46% | 0.73% | - |
| HSV(B) | 240.97º | 0.28% | 0.85% | - |
| XYZ | 38.45 | 36.01 | 71.25 | - |
| YUV | 163.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 218 | 0.28 | 0.28 | 0 | 0.15 | 240.97 | 0.46 | 0.73 |
| Hex | 9D | 9C | DA | 1C | 1C | 0 | F | F1 | 2E | 49 |
| Octal | 235 | 234 | 332 | 34 | 34 | 0 | 17 | 361 | 56 | 111 |
| Binary | 10011101 | 10011100 | 11011010 | 11100 | 11100 | 0 | 1111 | 11110001 | 101110 | 1001001 |
Color Harmonies of #9D9CDA
Complementary color
Monochromatic Colors of #9D9CDA
Black with #9D9CDA
Text Example
Text Example
White with #9D9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CDA; }
p { color: rgb(157,156,218); }
H1.HeaderClassName
{
color: #9D9CDA;
}
.AnyTagClassName
{
color: #9D9CDA;
}
</style>
background-color css
<style>
a { background-color: #9D9CDA; }
a { background-color: rgb(157,156,218); }
div.DivClassName
{
background-color: #9D9CDA;
}
.BgClassName
{
background-color: #9D9CDA;
}
</style>
border-color css
<style>
span { border-color: #9D9CDA; }
span { border-color: rgb(157,156,218); }
td.TdClassName
{
border-color: #9D9CDA;
}
.TagClassName
{
border-color: #9D9CDA;
}
</style>