Shades of Blue Bell #9A8DD0
Tints of Blue Bell #9A8DD0
RGB
CMYK
RGB Variations
Color information
#9A8DD0 (or 0x9A8DD0) is known color: Blue Bell. HEX triplet: 9A, 8D and D0. RGB value is (154,141,208). Sum of RGB (Red+Green+Blue) = 154+141+208=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DD0 is #65722F. Grayscale: #989898. Windows color (decimal): -6648368 or 13667738. OLE color: 13667738.
HSL color Cylindrical-coordinate representation of color #9A8DD0: hue angle of 251.64º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8DD0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 141 | 208 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.18 |
| HSL | 251.64º | 0.42% | 0.68% | - |
| HSV(B) | 251.64º | 0.32% | 0.82% | - |
| XYZ | 34.24 | 30.47 | 63.75 | - |
| YUV | 152.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 208 | 0.26 | 0.32 | 0 | 0.18 | 251.64 | 0.42 | 0.68 |
| Hex | 9A | 8D | D0 | 1A | 20 | 0 | 12 | FC | 2A | 44 |
| Octal | 232 | 215 | 320 | 32 | 40 | 0 | 22 | 374 | 52 | 104 |
| Binary | 10011010 | 10001101 | 11010000 | 11010 | 100000 | 0 | 10010 | 11111100 | 101010 | 1000100 |
Color Harmonies of #9A8DD0
Complementary color
Monochromatic Colors of #9A8DD0
Black with #9A8DD0
Text Example
Text Example
White with #9A8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DD0; }
p { color: rgb(154,141,208); }
H1.HeaderClassName
{
color: #9A8DD0;
}
.AnyTagClassName
{
color: #9A8DD0;
}
</style>
background-color css
<style>
a { background-color: #9A8DD0; }
a { background-color: rgb(154,141,208); }
div.DivClassName
{
background-color: #9A8DD0;
}
.BgClassName
{
background-color: #9A8DD0;
}
</style>
border-color css
<style>
span { border-color: #9A8DD0; }
span { border-color: rgb(154,141,208); }
td.TdClassName
{
border-color: #9A8DD0;
}
.TagClassName
{
border-color: #9A8DD0;
}
</style>