Shades of Blue Bell #9A8FEC
Tints of Blue Bell #9A8FEC
RGB
CMYK
RGB Variations
Color information
#9A8FEC (or 0x9A8FEC) is known color: Blue Bell. HEX triplet: 9A, 8F and EC. RGB value is (154,143,236). Sum of RGB (Red+Green+Blue) = 154+143+236=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FEC is #657013. Grayscale: #9C9C9C. Windows color (decimal): -6647828 or 15503258. OLE color: 15503258.
HSL color Cylindrical-coordinate representation of color #9A8FEC: hue angle of 247.1º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A8FEC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 143 | 236 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.07 |
| HSL | 247.1º | 0.71% | 0.74% | - |
| HSV(B) | 247.1º | 0.39% | 0.93% | - |
| XYZ | 38.29 | 32.57 | 83.63 | - |
| YUV | 156.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 236 | 0.35 | 0.39 | 0 | 0.07 | 247.1 | 0.71 | 0.74 |
| Hex | 9A | 8F | EC | 23 | 27 | 0 | 7 | F7 | 47 | 4A |
| Octal | 232 | 217 | 354 | 43 | 47 | 0 | 7 | 367 | 107 | 112 |
| Binary | 10011010 | 10001111 | 11101100 | 100011 | 100111 | 0 | 111 | 11110111 | 1000111 | 1001010 |
Color Harmonies of #9A8FEC
Complementary color
Monochromatic Colors of #9A8FEC
Black with #9A8FEC
Text Example
Text Example
White with #9A8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FEC; }
p { color: rgb(154,143,236); }
H1.HeaderClassName
{
color: #9A8FEC;
}
.AnyTagClassName
{
color: #9A8FEC;
}
</style>
background-color css
<style>
a { background-color: #9A8FEC; }
a { background-color: rgb(154,143,236); }
div.DivClassName
{
background-color: #9A8FEC;
}
.BgClassName
{
background-color: #9A8FEC;
}
</style>
border-color css
<style>
span { border-color: #9A8FEC; }
span { border-color: rgb(154,143,236); }
td.TdClassName
{
border-color: #9A8FEC;
}
.TagClassName
{
border-color: #9A8FEC;
}
</style>