Shades of Blue Bell #9D9ECF
Tints of Blue Bell #9D9ECF
RGB
CMYK
RGB Variations
Color information
#9D9ECF (or 0x9D9ECF) is known color: Blue Bell. HEX triplet: 9D, 9E and CF. RGB value is (157,158,207). Sum of RGB (Red+Green+Blue) = 157+158+207=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ECF is #626130. Grayscale: #A3A3A3. Windows color (decimal): -6447409 or 13606557. OLE color: 13606557.
HSL color Cylindrical-coordinate representation of color #9D9ECF: hue angle of 238.8º degrees, saturation: 0.34, 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 #9D9ECF is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 158 | 207 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.19 |
| HSL | 238.8º | 0.34% | 0.71% | - |
| HSV(B) | 238.8º | 0.24% | 0.81% | - |
| XYZ | 37.39 | 36.13 | 64.03 | - |
| YUV | 163.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 158 | 207 | 0.24 | 0.24 | 0 | 0.19 | 238.8 | 0.34 | 0.71 |
| Hex | 9D | 9E | CF | 18 | 18 | 0 | 13 | EF | 22 | 47 |
| Octal | 235 | 236 | 317 | 30 | 30 | 0 | 23 | 357 | 42 | 107 |
| Binary | 10011101 | 10011110 | 11001111 | 11000 | 11000 | 0 | 10011 | 11101111 | 100010 | 1000111 |
Color Harmonies of #9D9ECF
Complementary color
Monochromatic Colors of #9D9ECF
Black with #9D9ECF
Text Example
Text Example
White with #9D9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9ECF; }
p { color: rgb(157,158,207); }
H1.HeaderClassName
{
color: #9D9ECF;
}
.AnyTagClassName
{
color: #9D9ECF;
}
</style>
background-color css
<style>
a { background-color: #9D9ECF; }
a { background-color: rgb(157,158,207); }
div.DivClassName
{
background-color: #9D9ECF;
}
.BgClassName
{
background-color: #9D9ECF;
}
</style>
border-color css
<style>
span { border-color: #9D9ECF; }
span { border-color: rgb(157,158,207); }
td.TdClassName
{
border-color: #9D9ECF;
}
.TagClassName
{
border-color: #9D9ECF;
}
</style>