Shades of Perano #A9B7DC
Tints of Perano #A9B7DC
RGB
CMYK
RGB Variations
Color information
#A9B7DC (or 0xA9B7DC) is known color: Perano. HEX triplet: A9, B7 and DC. RGB value is (169,183,220). Sum of RGB (Red+Green+Blue) = 169+183+220=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B7DC is #564823. Grayscale: #B6B6B6. Windows color (decimal): -5654564 or 14464937. OLE color: 14464937.
HSL color Cylindrical-coordinate representation of color #A9B7DC: hue angle of 223.53º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9B7DC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 183 | 220 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.14 |
| HSL | 223.53º | 0.42% | 0.76% | - |
| HSV(B) | 223.53º | 0.23% | 0.86% | - |
| XYZ | 46.21 | 47.47 | 74.44 | - |
| YUV | 183.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 220 | 0.23 | 0.17 | 0 | 0.14 | 223.53 | 0.42 | 0.76 |
| Hex | A9 | B7 | DC | 17 | 11 | 0 | E | E0 | 2A | 4C |
| Octal | 251 | 267 | 334 | 27 | 21 | 0 | 16 | 340 | 52 | 114 |
| Binary | 10101001 | 10110111 | 11011100 | 10111 | 10001 | 0 | 1110 | 11100000 | 101010 | 1001100 |
Color Harmonies of #A9B7DC
Complementary color
Monochromatic Colors of #A9B7DC
Black with #A9B7DC
Text Example
Text Example
White with #A9B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B7DC; }
p { color: rgb(169,183,220); }
H1.HeaderClassName
{
color: #A9B7DC;
}
.AnyTagClassName
{
color: #A9B7DC;
}
</style>
background-color css
<style>
a { background-color: #A9B7DC; }
a { background-color: rgb(169,183,220); }
div.DivClassName
{
background-color: #A9B7DC;
}
.BgClassName
{
background-color: #A9B7DC;
}
</style>
border-color css
<style>
span { border-color: #A9B7DC; }
span { border-color: rgb(169,183,220); }
td.TdClassName
{
border-color: #A9B7DC;
}
.TagClassName
{
border-color: #A9B7DC;
}
</style>