Shades of Blue Bell #9A8BE5
Tints of Blue Bell #9A8BE5
RGB
CMYK
RGB Variations
Color information
#9A8BE5 (or 0x9A8BE5) is known color: Blue Bell. HEX triplet: 9A, 8B and E5. RGB value is (154,139,229). Sum of RGB (Red+Green+Blue) = 154+139+229=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A8BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BE5 is #65741A. Grayscale: #999999. Windows color (decimal): -6648859 or 15043482. OLE color: 15043482.
HSL color Cylindrical-coordinate representation of color #9A8BE5: hue angle of 250º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A8BE5 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 139 | 229 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.10 |
| HSL | 250º | 0.63% | 0.72% | - |
| HSV(B) | 250º | 0.39% | 0.9% | - |
| XYZ | 36.7 | 30.99 | 78.18 | - |
| YUV | 153.75 | 170.47 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 229 | 0.33 | 0.39 | 0 | 0.10 | 250 | 0.63 | 0.72 |
| Hex | 9A | 8B | E5 | 21 | 27 | 0 | A | FA | 3F | 48 |
| Octal | 232 | 213 | 345 | 41 | 47 | 0 | 12 | 372 | 77 | 110 |
| Binary | 10011010 | 10001011 | 11100101 | 100001 | 100111 | 0 | 1010 | 11111010 | 111111 | 1001000 |
Color Harmonies of #9A8BE5
Complementary color
Monochromatic Colors of #9A8BE5
Black with #9A8BE5
Text Example
Text Example
White with #9A8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BE5; }
p { color: rgb(154,139,229); }
H1.HeaderClassName
{
color: #9A8BE5;
}
.AnyTagClassName
{
color: #9A8BE5;
}
</style>
background-color css
<style>
a { background-color: #9A8BE5; }
a { background-color: rgb(154,139,229); }
div.DivClassName
{
background-color: #9A8BE5;
}
.BgClassName
{
background-color: #9A8BE5;
}
</style>
border-color css
<style>
span { border-color: #9A8BE5; }
span { border-color: rgb(154,139,229); }
td.TdClassName
{
border-color: #9A8BE5;
}
.TagClassName
{
border-color: #9A8BE5;
}
</style>