Shades of Blue Bell #9A8CDD
Tints of Blue Bell #9A8CDD
RGB
CMYK
RGB Variations
Color information
#9A8CDD (or 0x9A8CDD) is known color: Blue Bell. HEX triplet: 9A, 8C and DD. RGB value is (154,140,221). Sum of RGB (Red+Green+Blue) = 154+140+221=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CDD is #657322. Grayscale: #999999. Windows color (decimal): -6648611 or 14519450. OLE color: 14519450.
HSL color Cylindrical-coordinate representation of color #9A8CDD: hue angle of 250.37º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A8CDD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 140 | 221 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.13 |
| HSL | 250.37º | 0.54% | 0.71% | - |
| HSV(B) | 250.37º | 0.37% | 0.87% | - |
| XYZ | 35.76 | 30.85 | 72.48 | - |
| YUV | 153.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 221 | 0.30 | 0.37 | 0 | 0.13 | 250.37 | 0.54 | 0.71 |
| Hex | 9A | 8C | DD | 1E | 25 | 0 | D | FA | 36 | 47 |
| Octal | 232 | 214 | 335 | 36 | 45 | 0 | 15 | 372 | 66 | 107 |
| Binary | 10011010 | 10001100 | 11011101 | 11110 | 100101 | 0 | 1101 | 11111010 | 110110 | 1000111 |
Color Harmonies of #9A8CDD
Complementary color
Monochromatic Colors of #9A8CDD
Black with #9A8CDD
Text Example
Text Example
White with #9A8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CDD; }
p { color: rgb(154,140,221); }
H1.HeaderClassName
{
color: #9A8CDD;
}
.AnyTagClassName
{
color: #9A8CDD;
}
</style>
background-color css
<style>
a { background-color: #9A8CDD; }
a { background-color: rgb(154,140,221); }
div.DivClassName
{
background-color: #9A8CDD;
}
.BgClassName
{
background-color: #9A8CDD;
}
</style>
border-color css
<style>
span { border-color: #9A8CDD; }
span { border-color: rgb(154,140,221); }
td.TdClassName
{
border-color: #9A8CDD;
}
.TagClassName
{
border-color: #9A8CDD;
}
</style>