Shades of Blue Bell #9A9DD1
Tints of Blue Bell #9A9DD1
RGB
CMYK
RGB Variations
Color information
#9A9DD1 (or 0x9A9DD1) is known color: Blue Bell. HEX triplet: 9A, 9D and D1. RGB value is (154,157,209). Sum of RGB (Red+Green+Blue) = 154+157+209=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A9DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DD1 is #65622E. Grayscale: #A1A1A1. Windows color (decimal): -6644271 or 13737370. OLE color: 13737370.
HSL color Cylindrical-coordinate representation of color #9A9DD1: hue angle of 236.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A9DD1 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 157 | 209 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.18 |
| HSL | 236.73º | 0.37% | 0.71% | - |
| HSV(B) | 236.73º | 0.26% | 0.82% | - |
| XYZ | 36.89 | 35.59 | 65.25 | - |
| YUV | 162.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 209 | 0.26 | 0.25 | 0 | 0.18 | 236.73 | 0.37 | 0.71 |
| Hex | 9A | 9D | D1 | 1A | 19 | 0 | 12 | ED | 25 | 47 |
| Octal | 232 | 235 | 321 | 32 | 31 | 0 | 22 | 355 | 45 | 107 |
| Binary | 10011010 | 10011101 | 11010001 | 11010 | 11001 | 0 | 10010 | 11101101 | 100101 | 1000111 |
Color Harmonies of #9A9DD1
Complementary color
Monochromatic Colors of #9A9DD1
Black with #9A9DD1
Text Example
Text Example
White with #9A9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DD1; }
p { color: rgb(154,157,209); }
H1.HeaderClassName
{
color: #9A9DD1;
}
.AnyTagClassName
{
color: #9A9DD1;
}
</style>
background-color css
<style>
a { background-color: #9A9DD1; }
a { background-color: rgb(154,157,209); }
div.DivClassName
{
background-color: #9A9DD1;
}
.BgClassName
{
background-color: #9A9DD1;
}
</style>
border-color css
<style>
span { border-color: #9A9DD1; }
span { border-color: rgb(154,157,209); }
td.TdClassName
{
border-color: #9A9DD1;
}
.TagClassName
{
border-color: #9A9DD1;
}
</style>