Shades of Blue Bell #9A8EEB
Tints of Blue Bell #9A8EEB
RGB
CMYK
RGB Variations
Color information
#9A8EEB (or 0x9A8EEB) is known color: Blue Bell. HEX triplet: 9A, 8E and EB. RGB value is (154,142,235). Sum of RGB (Red+Green+Blue) = 154+142+235=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8EEB is #657114. Grayscale: #9B9B9B. Windows color (decimal): -6648085 or 15437466. OLE color: 15437466.
HSL color Cylindrical-coordinate representation of color #9A8EEB: hue angle of 247.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A8EEB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 142 | 235 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.08 |
| HSL | 247.74º | 0.7% | 0.74% | - |
| HSV(B) | 247.74º | 0.4% | 0.92% | - |
| XYZ | 37.99 | 32.21 | 82.81 | - |
| YUV | 156.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 235 | 0.34 | 0.40 | 0 | 0.08 | 247.74 | 0.7 | 0.74 |
| Hex | 9A | 8E | EB | 22 | 28 | 0 | 8 | F8 | 46 | 4A |
| Octal | 232 | 216 | 353 | 42 | 50 | 0 | 10 | 370 | 106 | 112 |
| Binary | 10011010 | 10001110 | 11101011 | 100010 | 101000 | 0 | 1000 | 11111000 | 1000110 | 1001010 |
Color Harmonies of #9A8EEB
Complementary color
Monochromatic Colors of #9A8EEB
Black with #9A8EEB
Text Example
Text Example
White with #9A8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8EEB; }
p { color: rgb(154,142,235); }
H1.HeaderClassName
{
color: #9A8EEB;
}
.AnyTagClassName
{
color: #9A8EEB;
}
</style>
background-color css
<style>
a { background-color: #9A8EEB; }
a { background-color: rgb(154,142,235); }
div.DivClassName
{
background-color: #9A8EEB;
}
.BgClassName
{
background-color: #9A8EEB;
}
</style>
border-color css
<style>
span { border-color: #9A8EEB; }
span { border-color: rgb(154,142,235); }
td.TdClassName
{
border-color: #9A8EEB;
}
.TagClassName
{
border-color: #9A8EEB;
}
</style>