Shades of Blue Bell #9D9FCE
Tints of Blue Bell #9D9FCE
RGB
CMYK
RGB Variations
Color information
#9D9FCE (or 0x9D9FCE) is known color: Blue Bell. HEX triplet: 9D, 9F and CE. RGB value is (157,159,206). Sum of RGB (Red+Green+Blue) = 157+159+206=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FCE is #626031. Grayscale: #A3A3A3. Windows color (decimal): -6447154 or 13541277. OLE color: 13541277.
HSL color Cylindrical-coordinate representation of color #9D9FCE: hue angle of 237.55º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D9FCE is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 159 | 206 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.19 |
| HSL | 237.55º | 0.33% | 0.71% | - |
| HSV(B) | 237.55º | 0.24% | 0.81% | - |
| XYZ | 37.44 | 36.42 | 63.45 | - |
| YUV | 163.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 206 | 0.24 | 0.23 | 0 | 0.19 | 237.55 | 0.33 | 0.71 |
| Hex | 9D | 9F | CE | 18 | 17 | 0 | 13 | EE | 21 | 47 |
| Octal | 235 | 237 | 316 | 30 | 27 | 0 | 23 | 356 | 41 | 107 |
| Binary | 10011101 | 10011111 | 11001110 | 11000 | 10111 | 0 | 10011 | 11101110 | 100001 | 1000111 |
Color Harmonies of #9D9FCE
Complementary color
Monochromatic Colors of #9D9FCE
Black with #9D9FCE
Text Example
Text Example
White with #9D9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FCE; }
p { color: rgb(157,159,206); }
H1.HeaderClassName
{
color: #9D9FCE;
}
.AnyTagClassName
{
color: #9D9FCE;
}
</style>
background-color css
<style>
a { background-color: #9D9FCE; }
a { background-color: rgb(157,159,206); }
div.DivClassName
{
background-color: #9D9FCE;
}
.BgClassName
{
background-color: #9D9FCE;
}
</style>
border-color css
<style>
span { border-color: #9D9FCE; }
span { border-color: rgb(157,159,206); }
td.TdClassName
{
border-color: #9D9FCE;
}
.TagClassName
{
border-color: #9D9FCE;
}
</style>