Shades of Blue Bell #9FA4DA
Tints of Blue Bell #9FA4DA
RGB
CMYK
RGB Variations
Color information
#9FA4DA (or 0x9FA4DA) is known color: Blue Bell. HEX triplet: 9F, A4 and DA. RGB value is (159,164,218). Sum of RGB (Red+Green+Blue) = 159+164+218=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4DA is #605B25. Grayscale: #A8A8A8. Windows color (decimal): -6314790 or 14328991. OLE color: 14328991.
HSL color Cylindrical-coordinate representation of color #9FA4DA: hue angle of 234.92º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA4DA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 164 | 218 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.15 |
| HSL | 234.92º | 0.44% | 0.74% | - |
| HSV(B) | 234.92º | 0.27% | 0.85% | - |
| XYZ | 40.23 | 38.98 | 71.73 | - |
| YUV | 168.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 218 | 0.27 | 0.25 | 0 | 0.15 | 234.92 | 0.44 | 0.74 |
| Hex | 9F | A4 | DA | 1B | 19 | 0 | F | EB | 2C | 4A |
| Octal | 237 | 244 | 332 | 33 | 31 | 0 | 17 | 353 | 54 | 112 |
| Binary | 10011111 | 10100100 | 11011010 | 11011 | 11001 | 0 | 1111 | 11101011 | 101100 | 1001010 |
Color Harmonies of #9FA4DA
Complementary color
Monochromatic Colors of #9FA4DA
Black with #9FA4DA
Text Example
Text Example
White with #9FA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA4DA; }
p { color: rgb(159,164,218); }
H1.HeaderClassName
{
color: #9FA4DA;
}
.AnyTagClassName
{
color: #9FA4DA;
}
</style>
background-color css
<style>
a { background-color: #9FA4DA; }
a { background-color: rgb(159,164,218); }
div.DivClassName
{
background-color: #9FA4DA;
}
.BgClassName
{
background-color: #9FA4DA;
}
</style>
border-color css
<style>
span { border-color: #9FA4DA; }
span { border-color: rgb(159,164,218); }
td.TdClassName
{
border-color: #9FA4DA;
}
.TagClassName
{
border-color: #9FA4DA;
}
</style>