Shades of Blue Bell #9D9CDC
Tints of Blue Bell #9D9CDC
RGB
CMYK
RGB Variations
Color information
#9D9CDC (or 0x9D9CDC) is known color: Blue Bell. HEX triplet: 9D, 9C and DC. RGB value is (157,156,220). Sum of RGB (Red+Green+Blue) = 157+156+220=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CDC is #626323. Grayscale: #A3A3A3. Windows color (decimal): -6447908 or 14458013. OLE color: 14458013.
HSL color Cylindrical-coordinate representation of color #9D9CDC: hue angle of 240.94º 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 #9D9CDC is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 156 | 220 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.14 |
| HSL | 240.94º | 0.48% | 0.74% | - |
| HSV(B) | 240.94º | 0.29% | 0.86% | - |
| XYZ | 38.71 | 36.11 | 72.64 | - |
| YUV | 163.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 220 | 0.29 | 0.29 | 0 | 0.14 | 240.94 | 0.48 | 0.74 |
| Hex | 9D | 9C | DC | 1D | 1D | 0 | E | F1 | 30 | 4A |
| Octal | 235 | 234 | 334 | 35 | 35 | 0 | 16 | 361 | 60 | 112 |
| Binary | 10011101 | 10011100 | 11011100 | 11101 | 11101 | 0 | 1110 | 11110001 | 110000 | 1001010 |
Color Harmonies of #9D9CDC
Complementary color
Monochromatic Colors of #9D9CDC
Black with #9D9CDC
Text Example
Text Example
White with #9D9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CDC; }
p { color: rgb(157,156,220); }
H1.HeaderClassName
{
color: #9D9CDC;
}
.AnyTagClassName
{
color: #9D9CDC;
}
</style>
background-color css
<style>
a { background-color: #9D9CDC; }
a { background-color: rgb(157,156,220); }
div.DivClassName
{
background-color: #9D9CDC;
}
.BgClassName
{
background-color: #9D9CDC;
}
</style>
border-color css
<style>
span { border-color: #9D9CDC; }
span { border-color: rgb(157,156,220); }
td.TdClassName
{
border-color: #9D9CDC;
}
.TagClassName
{
border-color: #9D9CDC;
}
</style>