Shades of Perano #A9B7EF
Tints of Perano #A9B7EF
RGB
CMYK
RGB Variations
Color information
#A9B7EF (or 0xA9B7EF) is known color: Perano. HEX triplet: A9, B7 and EF. RGB value is (169,183,239). Sum of RGB (Red+Green+Blue) = 169+183+239=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #A9B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B7EF is #564810. Grayscale: #B8B8B8. Windows color (decimal): -5654545 or 15710121. OLE color: 15710121.
HSL color Cylindrical-coordinate representation of color #A9B7EF: hue angle of 228º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9B7EF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 183 | 239 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.06 |
| HSL | 228º | 0.69% | 0.8% | - |
| HSV(B) | 228º | 0.29% | 0.94% | - |
| XYZ | 48.88 | 48.53 | 88.45 | - |
| YUV | 185.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 239 | 0.29 | 0.23 | 0 | 0.06 | 228 | 0.69 | 0.8 |
| Hex | A9 | B7 | EF | 1D | 17 | 0 | 6 | E4 | 45 | 50 |
| Octal | 251 | 267 | 357 | 35 | 27 | 0 | 6 | 344 | 105 | 120 |
| Binary | 10101001 | 10110111 | 11101111 | 11101 | 10111 | 0 | 110 | 11100100 | 1000101 | 1010000 |
Color Harmonies of #A9B7EF
Complementary color
Monochromatic Colors of #A9B7EF
Black with #A9B7EF
Text Example
Text Example
White with #A9B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B7EF; }
p { color: rgb(169,183,239); }
H1.HeaderClassName
{
color: #A9B7EF;
}
.AnyTagClassName
{
color: #A9B7EF;
}
</style>
background-color css
<style>
a { background-color: #A9B7EF; }
a { background-color: rgb(169,183,239); }
div.DivClassName
{
background-color: #A9B7EF;
}
.BgClassName
{
background-color: #A9B7EF;
}
</style>
border-color css
<style>
span { border-color: #A9B7EF; }
span { border-color: rgb(169,183,239); }
td.TdClassName
{
border-color: #A9B7EF;
}
.TagClassName
{
border-color: #A9B7EF;
}
</style>