Shades of Blue Bell #9A8BDD
Tints of Blue Bell #9A8BDD
RGB
CMYK
RGB Variations
Color information
#9A8BDD (or 0x9A8BDD) is known color: Blue Bell. HEX triplet: 9A, 8B and DD. RGB value is (154,139,221). Sum of RGB (Red+Green+Blue) = 154+139+221=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BDD is #657422. Grayscale: #989898. Windows color (decimal): -6648867 or 14519194. OLE color: 14519194.
HSL color Cylindrical-coordinate representation of color #9A8BDD: hue angle of 250.98º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A8BDD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 139 | 221 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.13 |
| HSL | 250.98º | 0.55% | 0.71% | - |
| HSV(B) | 250.98º | 0.37% | 0.87% | - |
| XYZ | 35.61 | 30.56 | 72.43 | - |
| YUV | 152.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 221 | 0.30 | 0.37 | 0 | 0.13 | 250.98 | 0.55 | 0.71 |
| Hex | 9A | 8B | DD | 1E | 25 | 0 | D | FB | 37 | 47 |
| Octal | 232 | 213 | 335 | 36 | 45 | 0 | 15 | 373 | 67 | 107 |
| Binary | 10011010 | 10001011 | 11011101 | 11110 | 100101 | 0 | 1101 | 11111011 | 110111 | 1000111 |
Color Harmonies of #9A8BDD
Complementary color
Monochromatic Colors of #9A8BDD
Black with #9A8BDD
Text Example
Text Example
White with #9A8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BDD; }
p { color: rgb(154,139,221); }
H1.HeaderClassName
{
color: #9A8BDD;
}
.AnyTagClassName
{
color: #9A8BDD;
}
</style>
background-color css
<style>
a { background-color: #9A8BDD; }
a { background-color: rgb(154,139,221); }
div.DivClassName
{
background-color: #9A8BDD;
}
.BgClassName
{
background-color: #9A8BDD;
}
</style>
border-color css
<style>
span { border-color: #9A8BDD; }
span { border-color: rgb(154,139,221); }
td.TdClassName
{
border-color: #9A8BDD;
}
.TagClassName
{
border-color: #9A8BDD;
}
</style>