Shades of Blue Bell #9A9FDC
Tints of Blue Bell #9A9FDC
RGB
CMYK
RGB Variations
Color information
#9A9FDC (or 0x9A9FDC) is known color: Blue Bell. HEX triplet: 9A, 9F and DC. RGB value is (154,159,220). Sum of RGB (Red+Green+Blue) = 154+159+220=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FDC is #656023. Grayscale: #A4A4A4. Windows color (decimal): -6643748 or 14458778. OLE color: 14458778.
HSL color Cylindrical-coordinate representation of color #9A9FDC: hue angle of 235.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A9FDC is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 159 | 220 | - |
| CMYK | 0.3 | 0.28 | 0 | 0.14 |
| HSL | 235.45º | 0.49% | 0.73% | - |
| HSV(B) | 235.45º | 0.3% | 0.86% | - |
| XYZ | 38.64 | 36.83 | 72.78 | - |
| YUV | 164.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 220 | 0.3 | 0.28 | 0 | 0.14 | 235.45 | 0.49 | 0.73 |
| Hex | 9A | 9F | DC | 1E | 1C | 0 | E | EB | 31 | 49 |
| Octal | 232 | 237 | 334 | 36 | 34 | 0 | 16 | 353 | 61 | 111 |
| Binary | 10011010 | 10011111 | 11011100 | 11110 | 11100 | 0 | 1110 | 11101011 | 110001 | 1001001 |
Color Harmonies of #9A9FDC
Complementary color
Monochromatic Colors of #9A9FDC
Black with #9A9FDC
Text Example
Text Example
White with #9A9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FDC; }
p { color: rgb(154,159,220); }
H1.HeaderClassName
{
color: #9A9FDC;
}
.AnyTagClassName
{
color: #9A9FDC;
}
</style>
background-color css
<style>
a { background-color: #9A9FDC; }
a { background-color: rgb(154,159,220); }
div.DivClassName
{
background-color: #9A9FDC;
}
.BgClassName
{
background-color: #9A9FDC;
}
</style>
border-color css
<style>
span { border-color: #9A9FDC; }
span { border-color: rgb(154,159,220); }
td.TdClassName
{
border-color: #9A9FDC;
}
.TagClassName
{
border-color: #9A9FDC;
}
</style>