Shades of Blue Bell #9D9BCA
Tints of Blue Bell #9D9BCA
RGB
CMYK
RGB Variations
Color information
#9D9BCA (or 0x9D9BCA) is known color: Blue Bell. HEX triplet: 9D, 9B and CA. RGB value is (157,155,202). Sum of RGB (Red+Green+Blue) = 157+155+202=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9BCA is #626435. Grayscale: #A0A0A0. Windows color (decimal): -6448182 or 13278109. OLE color: 13278109.
HSL color Cylindrical-coordinate representation of color #9D9BCA: hue angle of 242.55º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9BCA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 155 | 202 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.21 |
| HSL | 242.55º | 0.31% | 0.7% | - |
| HSV(B) | 242.55º | 0.23% | 0.79% | - |
| XYZ | 36.29 | 34.88 | 60.7 | - |
| YUV | 160.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 202 | 0.22 | 0.23 | 0 | 0.21 | 242.55 | 0.31 | 0.7 |
| Hex | 9D | 9B | CA | 16 | 17 | 0 | 15 | F3 | 1F | 46 |
| Octal | 235 | 233 | 312 | 26 | 27 | 0 | 25 | 363 | 37 | 106 |
| Binary | 10011101 | 10011011 | 11001010 | 10110 | 10111 | 0 | 10101 | 11110011 | 11111 | 1000110 |
Color Harmonies of #9D9BCA
Complementary color
Monochromatic Colors of #9D9BCA
Black with #9D9BCA
Text Example
Text Example
White with #9D9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BCA; }
p { color: rgb(157,155,202); }
H1.HeaderClassName
{
color: #9D9BCA;
}
.AnyTagClassName
{
color: #9D9BCA;
}
</style>
background-color css
<style>
a { background-color: #9D9BCA; }
a { background-color: rgb(157,155,202); }
div.DivClassName
{
background-color: #9D9BCA;
}
.BgClassName
{
background-color: #9D9BCA;
}
</style>
border-color css
<style>
span { border-color: #9D9BCA; }
span { border-color: rgb(157,155,202); }
td.TdClassName
{
border-color: #9D9BCA;
}
.TagClassName
{
border-color: #9D9BCA;
}
</style>