Shades of Blue Bell #9D9BCB
Tints of Blue Bell #9D9BCB
RGB
CMYK
RGB Variations
Color information
#9D9BCB (or 0x9D9BCB) is known color: Blue Bell. HEX triplet: 9D, 9B and CB. RGB value is (157,155,203). Sum of RGB (Red+Green+Blue) = 157+155+203=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9BCB is #626434. Grayscale: #A0A0A0. Windows color (decimal): -6448181 or 13343645. OLE color: 13343645.
HSL color Cylindrical-coordinate representation of color #9D9BCB: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D9BCB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 155 | 203 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.20 |
| HSL | 242.5º | 0.32% | 0.7% | - |
| HSV(B) | 242.5º | 0.24% | 0.8% | - |
| XYZ | 36.41 | 34.92 | 61.32 | - |
| YUV | 161.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 203 | 0.23 | 0.24 | 0 | 0.20 | 242.5 | 0.32 | 0.7 |
| Hex | 9D | 9B | CB | 17 | 18 | 0 | 14 | F2 | 20 | 46 |
| Octal | 235 | 233 | 313 | 27 | 30 | 0 | 24 | 362 | 40 | 106 |
| Binary | 10011101 | 10011011 | 11001011 | 10111 | 11000 | 0 | 10100 | 11110010 | 100000 | 1000110 |
Color Harmonies of #9D9BCB
Complementary color
Monochromatic Colors of #9D9BCB
Black with #9D9BCB
Text Example
Text Example
White with #9D9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BCB; }
p { color: rgb(157,155,203); }
H1.HeaderClassName
{
color: #9D9BCB;
}
.AnyTagClassName
{
color: #9D9BCB;
}
</style>
background-color css
<style>
a { background-color: #9D9BCB; }
a { background-color: rgb(157,155,203); }
div.DivClassName
{
background-color: #9D9BCB;
}
.BgClassName
{
background-color: #9D9BCB;
}
</style>
border-color css
<style>
span { border-color: #9D9BCB; }
span { border-color: rgb(157,155,203); }
td.TdClassName
{
border-color: #9D9BCB;
}
.TagClassName
{
border-color: #9D9BCB;
}
</style>