Shades of Blue Bell #9A8BD7
Tints of Blue Bell #9A8BD7
RGB
CMYK
RGB Variations
Color information
#9A8BD7 (or 0x9A8BD7) is known color: Blue Bell. HEX triplet: 9A, 8B and D7. RGB value is (154,139,215). Sum of RGB (Red+Green+Blue) = 154+139+215=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A8BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BD7 is #657428. Grayscale: #979797. Windows color (decimal): -6648873 or 14125978. OLE color: 14125978.
HSL color Cylindrical-coordinate representation of color #9A8BD7: hue angle of 251.84º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8BD7 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 139 | 215 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.16 |
| HSL | 251.84º | 0.49% | 0.69% | - |
| HSV(B) | 251.84º | 0.35% | 0.84% | - |
| XYZ | 34.82 | 30.24 | 68.29 | - |
| YUV | 152.15 | 163.47 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 215 | 0.28 | 0.35 | 0 | 0.16 | 251.84 | 0.49 | 0.69 |
| Hex | 9A | 8B | D7 | 1C | 23 | 0 | 10 | FC | 31 | 45 |
| Octal | 232 | 213 | 327 | 34 | 43 | 0 | 20 | 374 | 61 | 105 |
| Binary | 10011010 | 10001011 | 11010111 | 11100 | 100011 | 0 | 10000 | 11111100 | 110001 | 1000101 |
Color Harmonies of #9A8BD7
Complementary color
Monochromatic Colors of #9A8BD7
Black with #9A8BD7
Text Example
Text Example
White with #9A8BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BD7; }
p { color: rgb(154,139,215); }
H1.HeaderClassName
{
color: #9A8BD7;
}
.AnyTagClassName
{
color: #9A8BD7;
}
</style>
background-color css
<style>
a { background-color: #9A8BD7; }
a { background-color: rgb(154,139,215); }
div.DivClassName
{
background-color: #9A8BD7;
}
.BgClassName
{
background-color: #9A8BD7;
}
</style>
border-color css
<style>
span { border-color: #9A8BD7; }
span { border-color: rgb(154,139,215); }
td.TdClassName
{
border-color: #9A8BD7;
}
.TagClassName
{
border-color: #9A8BD7;
}
</style>