Shades of Blue Bell #9A8ECD
Tints of Blue Bell #9A8ECD
RGB
CMYK
RGB Variations
Color information
#9A8ECD (or 0x9A8ECD) is known color: Blue Bell. HEX triplet: 9A, 8E and CD. RGB value is (154,142,205). Sum of RGB (Red+Green+Blue) = 154+142+205=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8ECD is #657132. Grayscale: #989898. Windows color (decimal): -6648115 or 13471386. OLE color: 13471386.
HSL color Cylindrical-coordinate representation of color #9A8ECD: hue angle of 251.43º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8ECD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 142 | 205 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.20 |
| HSL | 251.43º | 0.39% | 0.68% | - |
| HSV(B) | 251.43º | 0.31% | 0.8% | - |
| XYZ | 34.02 | 30.62 | 61.88 | - |
| YUV | 152.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 205 | 0.25 | 0.31 | 0 | 0.20 | 251.43 | 0.39 | 0.68 |
| Hex | 9A | 8E | CD | 19 | 1F | 0 | 14 | FB | 27 | 44 |
| Octal | 232 | 216 | 315 | 31 | 37 | 0 | 24 | 373 | 47 | 104 |
| Binary | 10011010 | 10001110 | 11001101 | 11001 | 11111 | 0 | 10100 | 11111011 | 100111 | 1000100 |
Color Harmonies of #9A8ECD
Complementary color
Monochromatic Colors of #9A8ECD
Black with #9A8ECD
Text Example
Text Example
White with #9A8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8ECD; }
p { color: rgb(154,142,205); }
H1.HeaderClassName
{
color: #9A8ECD;
}
.AnyTagClassName
{
color: #9A8ECD;
}
</style>
background-color css
<style>
a { background-color: #9A8ECD; }
a { background-color: rgb(154,142,205); }
div.DivClassName
{
background-color: #9A8ECD;
}
.BgClassName
{
background-color: #9A8ECD;
}
</style>
border-color css
<style>
span { border-color: #9A8ECD; }
span { border-color: rgb(154,142,205); }
td.TdClassName
{
border-color: #9A8ECD;
}
.TagClassName
{
border-color: #9A8ECD;
}
</style>