Shades of Blue Bell #9A8FEE
Tints of Blue Bell #9A8FEE
RGB
CMYK
RGB Variations
Color information
#9A8FEE (or 0x9A8FEE) is known color: Blue Bell. HEX triplet: 9A, 8F and EE. RGB value is (154,143,238). Sum of RGB (Red+Green+Blue) = 154+143+238=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FEE is #657011. Grayscale: #9C9C9C. Windows color (decimal): -6647826 or 15634330. OLE color: 15634330.
HSL color Cylindrical-coordinate representation of color #9A8FEE: hue angle of 246.95º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A8FEE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 143 | 238 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.07 |
| HSL | 246.95º | 0.74% | 0.75% | - |
| HSV(B) | 246.95º | 0.4% | 0.93% | - |
| XYZ | 38.58 | 32.69 | 85.16 | - |
| YUV | 157.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 238 | 0.35 | 0.40 | 0 | 0.07 | 246.95 | 0.74 | 0.75 |
| Hex | 9A | 8F | EE | 23 | 28 | 0 | 7 | F7 | 4A | 4B |
| Octal | 232 | 217 | 356 | 43 | 50 | 0 | 7 | 367 | 112 | 113 |
| Binary | 10011010 | 10001111 | 11101110 | 100011 | 101000 | 0 | 111 | 11110111 | 1001010 | 1001011 |
Color Harmonies of #9A8FEE
Complementary color
Monochromatic Colors of #9A8FEE
Black with #9A8FEE
Text Example
Text Example
White with #9A8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FEE; }
p { color: rgb(154,143,238); }
H1.HeaderClassName
{
color: #9A8FEE;
}
.AnyTagClassName
{
color: #9A8FEE;
}
</style>
background-color css
<style>
a { background-color: #9A8FEE; }
a { background-color: rgb(154,143,238); }
div.DivClassName
{
background-color: #9A8FEE;
}
.BgClassName
{
background-color: #9A8FEE;
}
</style>
border-color css
<style>
span { border-color: #9A8FEE; }
span { border-color: rgb(154,143,238); }
td.TdClassName
{
border-color: #9A8FEE;
}
.TagClassName
{
border-color: #9A8FEE;
}
</style>