Shades of Blue Bell #9D9FCC
Tints of Blue Bell #9D9FCC
RGB
CMYK
RGB Variations
Color information
#9D9FCC (or 0x9D9FCC) is known color: Blue Bell. HEX triplet: 9D, 9F and CC. RGB value is (157,159,204). Sum of RGB (Red+Green+Blue) = 157+159+204=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FCC is #626033. Grayscale: #A3A3A3. Windows color (decimal): -6447156 or 13410205. OLE color: 13410205.
HSL color Cylindrical-coordinate representation of color #9D9FCC: hue angle of 237.45º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9FCC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 159 | 204 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.2 |
| HSL | 237.45º | 0.32% | 0.71% | - |
| HSV(B) | 237.45º | 0.23% | 0.8% | - |
| XYZ | 37.2 | 36.32 | 62.18 | - |
| YUV | 163.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 204 | 0.23 | 0.22 | 0 | 0.2 | 237.45 | 0.32 | 0.71 |
| Hex | 9D | 9F | CC | 17 | 16 | 0 | 14 | ED | 20 | 47 |
| Octal | 235 | 237 | 314 | 27 | 26 | 0 | 24 | 355 | 40 | 107 |
| Binary | 10011101 | 10011111 | 11001100 | 10111 | 10110 | 0 | 10100 | 11101101 | 100000 | 1000111 |
Color Harmonies of #9D9FCC
Complementary color
Monochromatic Colors of #9D9FCC
Black with #9D9FCC
Text Example
Text Example
White with #9D9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FCC; }
p { color: rgb(157,159,204); }
H1.HeaderClassName
{
color: #9D9FCC;
}
.AnyTagClassName
{
color: #9D9FCC;
}
</style>
background-color css
<style>
a { background-color: #9D9FCC; }
a { background-color: rgb(157,159,204); }
div.DivClassName
{
background-color: #9D9FCC;
}
.BgClassName
{
background-color: #9D9FCC;
}
</style>
border-color css
<style>
span { border-color: #9D9FCC; }
span { border-color: rgb(157,159,204); }
td.TdClassName
{
border-color: #9D9FCC;
}
.TagClassName
{
border-color: #9D9FCC;
}
</style>