Shades of Perano #A9B7FE
Tints of Perano #A9B7FE
RGB
CMYK
RGB Variations
Color information
#A9B7FE (or 0xA9B7FE) is known color: Perano. HEX triplet: A9, B7 and FE. RGB value is (169,183,254). Sum of RGB (Red+Green+Blue) = 169+183+254=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9B7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B7FE is #564801. Grayscale: #BABABA. Windows color (decimal): -5654530 or 16693161. OLE color: 16693161.
HSL color Cylindrical-coordinate representation of color #A9B7FE: hue angle of 230.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9B7FE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 183 | 254 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.00 |
| HSL | 230.12º | 0.98% | 0.83% | - |
| HSV(B) | 230.12º | 0.33% | 1% | - |
| XYZ | 51.19 | 49.46 | 100.61 | - |
| YUV | 186.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 183 | 254 | 0.33 | 0.28 | 0 | 0.00 | 230.12 | 0.98 | 0.83 |
| Hex | A9 | B7 | FE | 21 | 1C | 0 | 0 | E6 | 62 | 53 |
| Octal | 251 | 267 | 376 | 41 | 34 | 0 | 0 | 346 | 142 | 123 |
| Binary | 10101001 | 10110111 | 11111110 | 100001 | 11100 | 0 | 0 | 11100110 | 1100010 | 1010011 |
Color Harmonies of #A9B7FE
Complementary color
Monochromatic Colors of #A9B7FE
Black with #A9B7FE
Text Example
Text Example
White with #A9B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B7FE; }
p { color: rgb(169,183,254); }
H1.HeaderClassName
{
color: #A9B7FE;
}
.AnyTagClassName
{
color: #A9B7FE;
}
</style>
background-color css
<style>
a { background-color: #A9B7FE; }
a { background-color: rgb(169,183,254); }
div.DivClassName
{
background-color: #A9B7FE;
}
.BgClassName
{
background-color: #A9B7FE;
}
</style>
border-color css
<style>
span { border-color: #A9B7FE; }
span { border-color: rgb(169,183,254); }
td.TdClassName
{
border-color: #A9B7FE;
}
.TagClassName
{
border-color: #A9B7FE;
}
</style>