Shades of Blue Bell #9A8BDE
Tints of Blue Bell #9A8BDE
RGB
CMYK
RGB Variations
Color information
#9A8BDE (or 0x9A8BDE) is known color: Blue Bell. HEX triplet: 9A, 8B and DE. RGB value is (154,139,222). Sum of RGB (Red+Green+Blue) = 154+139+222=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BDE is #657421. Grayscale: #989898. Windows color (decimal): -6648866 or 14584730. OLE color: 14584730.
HSL color Cylindrical-coordinate representation of color #9A8BDE: hue angle of 250.84º degrees, saturation: 0.56, 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 #9A8BDE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 139 | 222 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.13 |
| HSL | 250.84º | 0.56% | 0.71% | - |
| HSV(B) | 250.84º | 0.37% | 0.87% | - |
| XYZ | 35.74 | 30.61 | 73.13 | - |
| YUV | 152.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 222 | 0.31 | 0.37 | 0 | 0.13 | 250.84 | 0.56 | 0.71 |
| Hex | 9A | 8B | DE | 1F | 25 | 0 | D | FB | 38 | 47 |
| Octal | 232 | 213 | 336 | 37 | 45 | 0 | 15 | 373 | 70 | 107 |
| Binary | 10011010 | 10001011 | 11011110 | 11111 | 100101 | 0 | 1101 | 11111011 | 111000 | 1000111 |
Color Harmonies of #9A8BDE
Complementary color
Monochromatic Colors of #9A8BDE
Black with #9A8BDE
Text Example
Text Example
White with #9A8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BDE; }
p { color: rgb(154,139,222); }
H1.HeaderClassName
{
color: #9A8BDE;
}
.AnyTagClassName
{
color: #9A8BDE;
}
</style>
background-color css
<style>
a { background-color: #9A8BDE; }
a { background-color: rgb(154,139,222); }
div.DivClassName
{
background-color: #9A8BDE;
}
.BgClassName
{
background-color: #9A8BDE;
}
</style>
border-color css
<style>
span { border-color: #9A8BDE; }
span { border-color: rgb(154,139,222); }
td.TdClassName
{
border-color: #9A8BDE;
}
.TagClassName
{
border-color: #9A8BDE;
}
</style>