Shades of Blue Bell #9D9DC6
Tints of Blue Bell #9D9DC6
RGB
CMYK
RGB Variations
Color information
#9D9DC6 (or 0x9D9DC6) is known color: Blue Bell. HEX triplet: 9D, 9D and C6. RGB value is (157,157,198). Sum of RGB (Red+Green+Blue) = 157+157+198=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D9DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DC6 is #626239. Grayscale: #A1A1A1. Windows color (decimal): -6447674 or 13016477. OLE color: 13016477.
HSL color Cylindrical-coordinate representation of color #9D9DC6: hue angle of 240º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D9DC6 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 157 | 198 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.22 |
| HSL | 240º | 0.26% | 0.7% | - |
| HSV(B) | 240º | 0.21% | 0.78% | - |
| XYZ | 36.15 | 35.36 | 58.35 | - |
| YUV | 161.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 157 | 198 | 0.21 | 0.21 | 0 | 0.22 | 240 | 0.26 | 0.7 |
| Hex | 9D | 9D | C6 | 15 | 15 | 0 | 16 | F0 | 1A | 46 |
| Octal | 235 | 235 | 306 | 25 | 25 | 0 | 26 | 360 | 32 | 106 |
| Binary | 10011101 | 10011101 | 11000110 | 10101 | 10101 | 0 | 10110 | 11110000 | 11010 | 1000110 |
Color Harmonies of #9D9DC6
Complementary color
Monochromatic Colors of #9D9DC6
Black with #9D9DC6
Text Example
Text Example
White with #9D9DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9DC6; }
p { color: rgb(157,157,198); }
H1.HeaderClassName
{
color: #9D9DC6;
}
.AnyTagClassName
{
color: #9D9DC6;
}
</style>
background-color css
<style>
a { background-color: #9D9DC6; }
a { background-color: rgb(157,157,198); }
div.DivClassName
{
background-color: #9D9DC6;
}
.BgClassName
{
background-color: #9D9DC6;
}
</style>
border-color css
<style>
span { border-color: #9D9DC6; }
span { border-color: rgb(157,157,198); }
td.TdClassName
{
border-color: #9D9DC6;
}
.TagClassName
{
border-color: #9D9DC6;
}
</style>