Shades of Perano #A9B7EE
Tints of Perano #A9B7EE
RGB
CMYK
RGB Variations
Color information
#A9B7EE (or 0xA9B7EE) is known color: Perano. HEX triplet: A9, B7 and EE. RGB value is (169,183,238). Sum of RGB (Red+Green+Blue) = 169+183+238=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9B7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B7EE is #564811. Grayscale: #B8B8B8. Windows color (decimal): -5654546 or 15644585. OLE color: 15644585.
HSL color Cylindrical-coordinate representation of color #A9B7EE: hue angle of 227.83º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9B7EE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 183 | 238 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.07 |
| HSL | 227.83º | 0.67% | 0.8% | - |
| HSV(B) | 227.83º | 0.29% | 0.93% | - |
| XYZ | 48.73 | 48.48 | 87.68 | - |
| YUV | 185.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 238 | 0.29 | 0.23 | 0 | 0.07 | 227.83 | 0.67 | 0.8 |
| Hex | A9 | B7 | EE | 1D | 17 | 0 | 7 | E4 | 43 | 50 |
| Octal | 251 | 267 | 356 | 35 | 27 | 0 | 7 | 344 | 103 | 120 |
| Binary | 10101001 | 10110111 | 11101110 | 11101 | 10111 | 0 | 111 | 11100100 | 1000011 | 1010000 |
Color Harmonies of #A9B7EE
Complementary color
Monochromatic Colors of #A9B7EE
Black with #A9B7EE
Text Example
Text Example
White with #A9B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B7EE; }
p { color: rgb(169,183,238); }
H1.HeaderClassName
{
color: #A9B7EE;
}
.AnyTagClassName
{
color: #A9B7EE;
}
</style>
background-color css
<style>
a { background-color: #A9B7EE; }
a { background-color: rgb(169,183,238); }
div.DivClassName
{
background-color: #A9B7EE;
}
.BgClassName
{
background-color: #A9B7EE;
}
</style>
border-color css
<style>
span { border-color: #A9B7EE; }
span { border-color: rgb(169,183,238); }
td.TdClassName
{
border-color: #A9B7EE;
}
.TagClassName
{
border-color: #A9B7EE;
}
</style>