Shades of Blue Bell #9A8FDE
Tints of Blue Bell #9A8FDE
RGB
CMYK
RGB Variations
Color information
#9A8FDE (or 0x9A8FDE) is known color: Blue Bell. HEX triplet: 9A, 8F and DE. RGB value is (154,143,222). Sum of RGB (Red+Green+Blue) = 154+143+222=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A8FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FDE is #657021. Grayscale: #9A9A9A. Windows color (decimal): -6647842 or 14585754. OLE color: 14585754.
HSL color Cylindrical-coordinate representation of color #9A8FDE: hue angle of 248.35º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A8FDE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 143 | 222 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.13 |
| HSL | 248.35º | 0.54% | 0.72% | - |
| HSV(B) | 248.35º | 0.36% | 0.87% | - |
| XYZ | 36.33 | 31.79 | 73.33 | - |
| YUV | 155.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 222 | 0.31 | 0.36 | 0 | 0.13 | 248.35 | 0.54 | 0.72 |
| Hex | 9A | 8F | DE | 1F | 24 | 0 | D | F8 | 36 | 48 |
| Octal | 232 | 217 | 336 | 37 | 44 | 0 | 15 | 370 | 66 | 110 |
| Binary | 10011010 | 10001111 | 11011110 | 11111 | 100100 | 0 | 1101 | 11111000 | 110110 | 1001000 |
Color Harmonies of #9A8FDE
Complementary color
Monochromatic Colors of #9A8FDE
Black with #9A8FDE
Text Example
Text Example
White with #9A8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FDE; }
p { color: rgb(154,143,222); }
H1.HeaderClassName
{
color: #9A8FDE;
}
.AnyTagClassName
{
color: #9A8FDE;
}
</style>
background-color css
<style>
a { background-color: #9A8FDE; }
a { background-color: rgb(154,143,222); }
div.DivClassName
{
background-color: #9A8FDE;
}
.BgClassName
{
background-color: #9A8FDE;
}
</style>
border-color css
<style>
span { border-color: #9A8FDE; }
span { border-color: rgb(154,143,222); }
td.TdClassName
{
border-color: #9A8FDE;
}
.TagClassName
{
border-color: #9A8FDE;
}
</style>