Shades of Blue Bell #9FA0CE
Tints of Blue Bell #9FA0CE
RGB
CMYK
RGB Variations
Color information
#9FA0CE (or 0x9FA0CE) is known color: Blue Bell. HEX triplet: 9F, A0 and CE. RGB value is (159,160,206). Sum of RGB (Red+Green+Blue) = 159+160+206=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA0CE is #605F31. Grayscale: #A4A4A4. Windows color (decimal): -6315826 or 13541535. OLE color: 13541535.
HSL color Cylindrical-coordinate representation of color #9FA0CE: hue angle of 238.72º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA0CE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 160 | 206 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.19 |
| HSL | 238.72º | 0.32% | 0.72% | - |
| HSV(B) | 238.72º | 0.23% | 0.81% | - |
| XYZ | 38.01 | 36.97 | 63.52 | - |
| YUV | 164.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 206 | 0.23 | 0.22 | 0 | 0.19 | 238.72 | 0.32 | 0.72 |
| Hex | 9F | A0 | CE | 17 | 16 | 0 | 13 | EF | 20 | 48 |
| Octal | 237 | 240 | 316 | 27 | 26 | 0 | 23 | 357 | 40 | 110 |
| Binary | 10011111 | 10100000 | 11001110 | 10111 | 10110 | 0 | 10011 | 11101111 | 100000 | 1001000 |
Color Harmonies of #9FA0CE
Complementary color
Monochromatic Colors of #9FA0CE
Black with #9FA0CE
Text Example
Text Example
White with #9FA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA0CE; }
p { color: rgb(159,160,206); }
H1.HeaderClassName
{
color: #9FA0CE;
}
.AnyTagClassName
{
color: #9FA0CE;
}
</style>
background-color css
<style>
a { background-color: #9FA0CE; }
a { background-color: rgb(159,160,206); }
div.DivClassName
{
background-color: #9FA0CE;
}
.BgClassName
{
background-color: #9FA0CE;
}
</style>
border-color css
<style>
span { border-color: #9FA0CE; }
span { border-color: rgb(159,160,206); }
td.TdClassName
{
border-color: #9FA0CE;
}
.TagClassName
{
border-color: #9FA0CE;
}
</style>