Shades of Blue Bell #9FA4DC
Tints of Blue Bell #9FA4DC
RGB
CMYK
RGB Variations
Color information
#9FA4DC (or 0x9FA4DC) is known color: Blue Bell. HEX triplet: 9F, A4 and DC. RGB value is (159,164,220). Sum of RGB (Red+Green+Blue) = 159+164+220=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4DC is #605B23. Grayscale: #A8A8A8. Windows color (decimal): -6314788 or 14460063. OLE color: 14460063.
HSL color Cylindrical-coordinate representation of color #9FA4DC: hue angle of 235.08º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA4DC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 164 | 220 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.14 |
| HSL | 235.08º | 0.47% | 0.74% | - |
| HSV(B) | 235.08º | 0.28% | 0.86% | - |
| XYZ | 40.49 | 39.09 | 73.12 | - |
| YUV | 168.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 220 | 0.28 | 0.25 | 0 | 0.14 | 235.08 | 0.47 | 0.74 |
| Hex | 9F | A4 | DC | 1C | 19 | 0 | E | EB | 2F | 4A |
| Octal | 237 | 244 | 334 | 34 | 31 | 0 | 16 | 353 | 57 | 112 |
| Binary | 10011111 | 10100100 | 11011100 | 11100 | 11001 | 0 | 1110 | 11101011 | 101111 | 1001010 |
Color Harmonies of #9FA4DC
Complementary color
Monochromatic Colors of #9FA4DC
Black with #9FA4DC
Text Example
Text Example
White with #9FA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4DC; }
p { color: rgb(159,164,220); }
H1.HeaderClassName
{
color: #9FA4DC;
}
.AnyTagClassName
{
color: #9FA4DC;
}
</style>
background-color css
<style>
a { background-color: #9FA4DC; }
a { background-color: rgb(159,164,220); }
div.DivClassName
{
background-color: #9FA4DC;
}
.BgClassName
{
background-color: #9FA4DC;
}
</style>
border-color css
<style>
span { border-color: #9FA4DC; }
span { border-color: rgb(159,164,220); }
td.TdClassName
{
border-color: #9FA4DC;
}
.TagClassName
{
border-color: #9FA4DC;
}
</style>