Shades of Blue Bell #9A9EDC
Tints of Blue Bell #9A9EDC
RGB
CMYK
RGB Variations
Color information
#9A9EDC (or 0x9A9EDC) is known color: Blue Bell. HEX triplet: 9A, 9E and DC. RGB value is (154,158,220). Sum of RGB (Red+Green+Blue) = 154+158+220=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9EDC is #656123. Grayscale: #A3A3A3. Windows color (decimal): -6644004 or 14458522. OLE color: 14458522.
HSL color Cylindrical-coordinate representation of color #9A9EDC: hue angle of 236.36º 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 #9A9EDC is Cyan = 0.3, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 158 | 220 | - |
| CMYK | 0.3 | 0.28 | 0 | 0.14 |
| HSL | 236.36º | 0.49% | 0.73% | - |
| HSV(B) | 236.36º | 0.3% | 0.86% | - |
| XYZ | 38.47 | 36.49 | 72.73 | - |
| YUV | 163.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 220 | 0.3 | 0.28 | 0 | 0.14 | 236.36 | 0.49 | 0.73 |
| Hex | 9A | 9E | DC | 1E | 1C | 0 | E | EC | 31 | 49 |
| Octal | 232 | 236 | 334 | 36 | 34 | 0 | 16 | 354 | 61 | 111 |
| Binary | 10011010 | 10011110 | 11011100 | 11110 | 11100 | 0 | 1110 | 11101100 | 110001 | 1001001 |
Color Harmonies of #9A9EDC
Complementary color
Monochromatic Colors of #9A9EDC
Black with #9A9EDC
Text Example
Text Example
White with #9A9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9EDC; }
p { color: rgb(154,158,220); }
H1.HeaderClassName
{
color: #9A9EDC;
}
.AnyTagClassName
{
color: #9A9EDC;
}
</style>
background-color css
<style>
a { background-color: #9A9EDC; }
a { background-color: rgb(154,158,220); }
div.DivClassName
{
background-color: #9A9EDC;
}
.BgClassName
{
background-color: #9A9EDC;
}
</style>
border-color css
<style>
span { border-color: #9A9EDC; }
span { border-color: rgb(154,158,220); }
td.TdClassName
{
border-color: #9A9EDC;
}
.TagClassName
{
border-color: #9A9EDC;
}
</style>