Shades of Blue Bell #9D9CCB
Tints of Blue Bell #9D9CCB
RGB
CMYK
RGB Variations
Color information
#9D9CCB (or 0x9D9CCB) is known color: Blue Bell. HEX triplet: 9D, 9C and CB. RGB value is (157,156,203). Sum of RGB (Red+Green+Blue) = 157+156+203=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9CCB is #626334. Grayscale: #A1A1A1. Windows color (decimal): -6447925 or 13343901. OLE color: 13343901.
HSL color Cylindrical-coordinate representation of color #9D9CCB: hue angle of 241.28º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9CCB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 156 | 203 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.20 |
| HSL | 241.28º | 0.31% | 0.7% | - |
| HSV(B) | 241.28º | 0.23% | 0.8% | - |
| XYZ | 36.57 | 35.26 | 61.38 | - |
| YUV | 161.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 203 | 0.23 | 0.23 | 0 | 0.20 | 241.28 | 0.31 | 0.7 |
| Hex | 9D | 9C | CB | 17 | 17 | 0 | 14 | F1 | 1F | 46 |
| Octal | 235 | 234 | 313 | 27 | 27 | 0 | 24 | 361 | 37 | 106 |
| Binary | 10011101 | 10011100 | 11001011 | 10111 | 10111 | 0 | 10100 | 11110001 | 11111 | 1000110 |
Color Harmonies of #9D9CCB
Complementary color
Monochromatic Colors of #9D9CCB
Black with #9D9CCB
Text Example
Text Example
White with #9D9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9CCB; }
p { color: rgb(157,156,203); }
H1.HeaderClassName
{
color: #9D9CCB;
}
.AnyTagClassName
{
color: #9D9CCB;
}
</style>
background-color css
<style>
a { background-color: #9D9CCB; }
a { background-color: rgb(157,156,203); }
div.DivClassName
{
background-color: #9D9CCB;
}
.BgClassName
{
background-color: #9D9CCB;
}
</style>
border-color css
<style>
span { border-color: #9D9CCB; }
span { border-color: rgb(157,156,203); }
td.TdClassName
{
border-color: #9D9CCB;
}
.TagClassName
{
border-color: #9D9CCB;
}
</style>