Shades of Blue Bell #9D9DCA
Tints of Blue Bell #9D9DCA
RGB
CMYK
RGB Variations
Color information
#9D9DCA (or 0x9D9DCA) is known color: Blue Bell. HEX triplet: 9D, 9D and CA. RGB value is (157,157,202). Sum of RGB (Red+Green+Blue) = 157+157+202=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DCA is #626235. Grayscale: #A1A1A1. Windows color (decimal): -6447670 or 13278621. OLE color: 13278621.
HSL color Cylindrical-coordinate representation of color #9D9DCA: hue angle of 240º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D9DCA is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 157 | 202 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.21 |
| HSL | 240º | 0.3% | 0.7% | - |
| HSV(B) | 240º | 0.22% | 0.79% | - |
| XYZ | 36.62 | 35.55 | 60.81 | - |
| YUV | 162.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 157 | 202 | 0.22 | 0.22 | 0 | 0.21 | 240 | 0.3 | 0.7 |
| Hex | 9D | 9D | CA | 16 | 16 | 0 | 15 | F0 | 1E | 46 |
| Octal | 235 | 235 | 312 | 26 | 26 | 0 | 25 | 360 | 36 | 106 |
| Binary | 10011101 | 10011101 | 11001010 | 10110 | 10110 | 0 | 10101 | 11110000 | 11110 | 1000110 |
Color Harmonies of #9D9DCA
Complementary color
Monochromatic Colors of #9D9DCA
Black with #9D9DCA
Text Example
Text Example
White with #9D9DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9DCA; }
p { color: rgb(157,157,202); }
H1.HeaderClassName
{
color: #9D9DCA;
}
.AnyTagClassName
{
color: #9D9DCA;
}
</style>
background-color css
<style>
a { background-color: #9D9DCA; }
a { background-color: rgb(157,157,202); }
div.DivClassName
{
background-color: #9D9DCA;
}
.BgClassName
{
background-color: #9D9DCA;
}
</style>
border-color css
<style>
span { border-color: #9D9DCA; }
span { border-color: rgb(157,157,202); }
td.TdClassName
{
border-color: #9D9DCA;
}
.TagClassName
{
border-color: #9D9DCA;
}
</style>