Shades of Blue Bell #9A9DD2
Tints of Blue Bell #9A9DD2
RGB
CMYK
RGB Variations
Color information
#9A9DD2 (or 0x9A9DD2) is known color: Blue Bell. HEX triplet: 9A, 9D and D2. RGB value is (154,157,210). Sum of RGB (Red+Green+Blue) = 154+157+210=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #9A9DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DD2 is #65622D. Grayscale: #A1A1A1. Windows color (decimal): -6644270 or 13802906. OLE color: 13802906.
HSL color Cylindrical-coordinate representation of color #9A9DD2: hue angle of 236.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A9DD2 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 157 | 210 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.18 |
| HSL | 236.79º | 0.38% | 0.71% | - |
| HSV(B) | 236.79º | 0.27% | 0.82% | - |
| XYZ | 37.02 | 35.64 | 65.9 | - |
| YUV | 162.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 210 | 0.27 | 0.25 | 0 | 0.18 | 236.79 | 0.38 | 0.71 |
| Hex | 9A | 9D | D2 | 1B | 19 | 0 | 12 | ED | 26 | 47 |
| Octal | 232 | 235 | 322 | 33 | 31 | 0 | 22 | 355 | 46 | 107 |
| Binary | 10011010 | 10011101 | 11010010 | 11011 | 11001 | 0 | 10010 | 11101101 | 100110 | 1000111 |
Color Harmonies of #9A9DD2
Complementary color
Monochromatic Colors of #9A9DD2
Black with #9A9DD2
Text Example
Text Example
White with #9A9DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9DD2; }
p { color: rgb(154,157,210); }
H1.HeaderClassName
{
color: #9A9DD2;
}
.AnyTagClassName
{
color: #9A9DD2;
}
</style>
background-color css
<style>
a { background-color: #9A9DD2; }
a { background-color: rgb(154,157,210); }
div.DivClassName
{
background-color: #9A9DD2;
}
.BgClassName
{
background-color: #9A9DD2;
}
</style>
border-color css
<style>
span { border-color: #9A9DD2; }
span { border-color: rgb(154,157,210); }
td.TdClassName
{
border-color: #9A9DD2;
}
.TagClassName
{
border-color: #9A9DD2;
}
</style>