Shades of Blue Bell #9A8BDB
Tints of Blue Bell #9A8BDB
RGB
CMYK
RGB Variations
Color information
#9A8BDB (or 0x9A8BDB) is known color: Blue Bell. HEX triplet: 9A, 8B and DB. RGB value is (154,139,219). Sum of RGB (Red+Green+Blue) = 154+139+219=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BDB is #657424. Grayscale: #989898. Windows color (decimal): -6648869 or 14388122. OLE color: 14388122.
HSL color Cylindrical-coordinate representation of color #9A8BDB: hue angle of 251.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A8BDB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 139 | 219 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.14 |
| HSL | 251.25º | 0.53% | 0.7% | - |
| HSV(B) | 251.25º | 0.37% | 0.86% | - |
| XYZ | 35.35 | 30.45 | 71.03 | - |
| YUV | 152.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 219 | 0.30 | 0.37 | 0 | 0.14 | 251.25 | 0.53 | 0.7 |
| Hex | 9A | 8B | DB | 1E | 25 | 0 | E | FB | 35 | 46 |
| Octal | 232 | 213 | 333 | 36 | 45 | 0 | 16 | 373 | 65 | 106 |
| Binary | 10011010 | 10001011 | 11011011 | 11110 | 100101 | 0 | 1110 | 11111011 | 110101 | 1000110 |
Color Harmonies of #9A8BDB
Complementary color
Monochromatic Colors of #9A8BDB
Black with #9A8BDB
Text Example
Text Example
White with #9A8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BDB; }
p { color: rgb(154,139,219); }
H1.HeaderClassName
{
color: #9A8BDB;
}
.AnyTagClassName
{
color: #9A8BDB;
}
</style>
background-color css
<style>
a { background-color: #9A8BDB; }
a { background-color: rgb(154,139,219); }
div.DivClassName
{
background-color: #9A8BDB;
}
.BgClassName
{
background-color: #9A8BDB;
}
</style>
border-color css
<style>
span { border-color: #9A8BDB; }
span { border-color: rgb(154,139,219); }
td.TdClassName
{
border-color: #9A8BDB;
}
.TagClassName
{
border-color: #9A8BDB;
}
</style>