Shades of Blue Bell #9A8FED
Tints of Blue Bell #9A8FED
RGB
CMYK
RGB Variations
Color information
#9A8FED (or 0x9A8FED) is known color: Blue Bell. HEX triplet: 9A, 8F and ED. RGB value is (154,143,237). Sum of RGB (Red+Green+Blue) = 154+143+237=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FED is #657012. Grayscale: #9C9C9C. Windows color (decimal): -6647827 or 15568794. OLE color: 15568794.
HSL color Cylindrical-coordinate representation of color #9A8FED: hue angle of 247.02º degrees, saturation: 0.72, 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 #9A8FED is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 143 | 237 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.07 |
| HSL | 247.02º | 0.72% | 0.75% | - |
| HSV(B) | 247.02º | 0.4% | 0.93% | - |
| XYZ | 38.43 | 32.63 | 84.39 | - |
| YUV | 157.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 237 | 0.35 | 0.40 | 0 | 0.07 | 247.02 | 0.72 | 0.75 |
| Hex | 9A | 8F | ED | 23 | 28 | 0 | 7 | F7 | 48 | 4B |
| Octal | 232 | 217 | 355 | 43 | 50 | 0 | 7 | 367 | 110 | 113 |
| Binary | 10011010 | 10001111 | 11101101 | 100011 | 101000 | 0 | 111 | 11110111 | 1001000 | 1001011 |
Color Harmonies of #9A8FED
Complementary color
Monochromatic Colors of #9A8FED
Black with #9A8FED
Text Example
Text Example
White with #9A8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FED; }
p { color: rgb(154,143,237); }
H1.HeaderClassName
{
color: #9A8FED;
}
.AnyTagClassName
{
color: #9A8FED;
}
</style>
background-color css
<style>
a { background-color: #9A8FED; }
a { background-color: rgb(154,143,237); }
div.DivClassName
{
background-color: #9A8FED;
}
.BgClassName
{
background-color: #9A8FED;
}
</style>
border-color css
<style>
span { border-color: #9A8FED; }
span { border-color: rgb(154,143,237); }
td.TdClassName
{
border-color: #9A8FED;
}
.TagClassName
{
border-color: #9A8FED;
}
</style>