Shades of Blue Bell #9A8ADD
Tints of Blue Bell #9A8ADD
RGB
CMYK
RGB Variations
Color information
#9A8ADD (or 0x9A8ADD) is known color: Blue Bell. HEX triplet: 9A, 8A and DD. RGB value is (154,138,221). Sum of RGB (Red+Green+Blue) = 154+138+221=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ADD is #657522. Grayscale: #979797. Windows color (decimal): -6649123 or 14518938. OLE color: 14518938.
HSL color Cylindrical-coordinate representation of color #9A8ADD: hue angle of 251.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A8ADD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 138 | 221 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.13 |
| HSL | 251.57º | 0.55% | 0.7% | - |
| HSV(B) | 251.57º | 0.38% | 0.87% | - |
| XYZ | 35.47 | 30.27 | 72.38 | - |
| YUV | 152.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 221 | 0.30 | 0.38 | 0 | 0.13 | 251.57 | 0.55 | 0.7 |
| Hex | 9A | 8A | DD | 1E | 26 | 0 | D | FC | 37 | 46 |
| Octal | 232 | 212 | 335 | 36 | 46 | 0 | 15 | 374 | 67 | 106 |
| Binary | 10011010 | 10001010 | 11011101 | 11110 | 100110 | 0 | 1101 | 11111100 | 110111 | 1000110 |
Color Harmonies of #9A8ADD
Complementary color
Monochromatic Colors of #9A8ADD
Black with #9A8ADD
Text Example
Text Example
White with #9A8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8ADD; }
p { color: rgb(154,138,221); }
H1.HeaderClassName
{
color: #9A8ADD;
}
.AnyTagClassName
{
color: #9A8ADD;
}
</style>
background-color css
<style>
a { background-color: #9A8ADD; }
a { background-color: rgb(154,138,221); }
div.DivClassName
{
background-color: #9A8ADD;
}
.BgClassName
{
background-color: #9A8ADD;
}
</style>
border-color css
<style>
span { border-color: #9A8ADD; }
span { border-color: rgb(154,138,221); }
td.TdClassName
{
border-color: #9A8ADD;
}
.TagClassName
{
border-color: #9A8ADD;
}
</style>