Shades of Light Steel Blue #A7B9DB
Tints of Light Steel Blue #A7B9DB
RGB
CMYK
RGB Variations
Color information
#A7B9DB (or 0xA7B9DB) is known color: Light Steel Blue. HEX triplet: A7, B9 and DB. RGB value is (167,185,219). Sum of RGB (Red+Green+Blue) = 167+185+219=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A7B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B9DB is #584624. Grayscale: #B7B7B7. Windows color (decimal): -5785125 or 14399911. OLE color: 14399911.
HSL color Cylindrical-coordinate representation of color #A7B9DB: hue angle of 219.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7B9DB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 185 | 219 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.14 |
| HSL | 219.23º | 0.42% | 0.76% | - |
| HSV(B) | 219.23º | 0.24% | 0.86% | - |
| XYZ | 46.07 | 48.03 | 73.86 | - |
| YUV | 183.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 219 | 0.24 | 0.16 | 0 | 0.14 | 219.23 | 0.42 | 0.76 |
| Hex | A7 | B9 | DB | 18 | 10 | 0 | E | DB | 2A | 4C |
| Octal | 247 | 271 | 333 | 30 | 20 | 0 | 16 | 333 | 52 | 114 |
| Binary | 10100111 | 10111001 | 11011011 | 11000 | 10000 | 0 | 1110 | 11011011 | 101010 | 1001100 |
Color Harmonies of #A7B9DB
Complementary color
Monochromatic Colors of #A7B9DB
Black with #A7B9DB
Text Example
Text Example
White with #A7B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B9DB; }
p { color: rgb(167,185,219); }
H1.HeaderClassName
{
color: #A7B9DB;
}
.AnyTagClassName
{
color: #A7B9DB;
}
</style>
background-color css
<style>
a { background-color: #A7B9DB; }
a { background-color: rgb(167,185,219); }
div.DivClassName
{
background-color: #A7B9DB;
}
.BgClassName
{
background-color: #A7B9DB;
}
</style>
border-color css
<style>
span { border-color: #A7B9DB; }
span { border-color: rgb(167,185,219); }
td.TdClassName
{
border-color: #A7B9DB;
}
.TagClassName
{
border-color: #A7B9DB;
}
</style>