Shades of Perano #A9B4E9
Tints of Perano #A9B4E9
RGB
CMYK
RGB Variations
Color information
#A9B4E9 (or 0xA9B4E9) is known color: Perano. HEX triplet: A9, B4 and E9. RGB value is (169,180,233). Sum of RGB (Red+Green+Blue) = 169+180+233=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9B4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B4E9 is #564B16. Grayscale: #B6B6B6. Windows color (decimal): -5655319 or 15316137. OLE color: 15316137.
HSL color Cylindrical-coordinate representation of color #A9B4E9: hue angle of 229.69º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9B4E9 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 180 | 233 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.09 |
| HSL | 229.69º | 0.59% | 0.79% | - |
| HSV(B) | 229.69º | 0.27% | 0.91% | - |
| XYZ | 47.39 | 46.96 | 83.66 | - |
| YUV | 182.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 233 | 0.27 | 0.23 | 0 | 0.09 | 229.69 | 0.59 | 0.79 |
| Hex | A9 | B4 | E9 | 1B | 17 | 0 | 9 | E6 | 3B | 4F |
| Octal | 251 | 264 | 351 | 33 | 27 | 0 | 11 | 346 | 73 | 117 |
| Binary | 10101001 | 10110100 | 11101001 | 11011 | 10111 | 0 | 1001 | 11100110 | 111011 | 1001111 |
Color Harmonies of #A9B4E9
Complementary color
Monochromatic Colors of #A9B4E9
Black with #A9B4E9
Text Example
Text Example
White with #A9B4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B4E9; }
p { color: rgb(169,180,233); }
H1.HeaderClassName
{
color: #A9B4E9;
}
.AnyTagClassName
{
color: #A9B4E9;
}
</style>
background-color css
<style>
a { background-color: #A9B4E9; }
a { background-color: rgb(169,180,233); }
div.DivClassName
{
background-color: #A9B4E9;
}
.BgClassName
{
background-color: #A9B4E9;
}
</style>
border-color css
<style>
span { border-color: #A9B4E9; }
span { border-color: rgb(169,180,233); }
td.TdClassName
{
border-color: #A9B4E9;
}
.TagClassName
{
border-color: #A9B4E9;
}
</style>