Shades of Perano #A7B9FE
Tints of Perano #A7B9FE
RGB
CMYK
RGB Variations
Color information
#A7B9FE (or 0xA7B9FE) is known color: Perano. HEX triplet: A7, B9 and FE. RGB value is (167,185,254). Sum of RGB (Red+Green+Blue) = 167+185+254=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 185 (72.66% from 255 or 30.53% 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 #A7B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B9FE is #584601. Grayscale: #BBBBBB. Windows color (decimal): -5785090 or 16693671. OLE color: 16693671.
HSL color Cylindrical-coordinate representation of color #A7B9FE: hue angle of 227.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7B9FE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 185 | 254 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.00 |
| HSL | 227.59º | 0.98% | 0.83% | - |
| HSV(B) | 227.59º | 0.34% | 1% | - |
| XYZ | 51.17 | 50.07 | 100.73 | - |
| YUV | 187.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 254 | 0.34 | 0.27 | 0 | 0.00 | 227.59 | 0.98 | 0.83 |
| Hex | A7 | B9 | FE | 22 | 1B | 0 | 0 | E4 | 62 | 53 |
| Octal | 247 | 271 | 376 | 42 | 33 | 0 | 0 | 344 | 142 | 123 |
| Binary | 10100111 | 10111001 | 11111110 | 100010 | 11011 | 0 | 0 | 11100100 | 1100010 | 1010011 |
Color Harmonies of #A7B9FE
Complementary color
Monochromatic Colors of #A7B9FE
Black with #A7B9FE
Text Example
Text Example
White with #A7B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B9FE; }
p { color: rgb(167,185,254); }
H1.HeaderClassName
{
color: #A7B9FE;
}
.AnyTagClassName
{
color: #A7B9FE;
}
</style>
background-color css
<style>
a { background-color: #A7B9FE; }
a { background-color: rgb(167,185,254); }
div.DivClassName
{
background-color: #A7B9FE;
}
.BgClassName
{
background-color: #A7B9FE;
}
</style>
border-color css
<style>
span { border-color: #A7B9FE; }
span { border-color: rgb(167,185,254); }
td.TdClassName
{
border-color: #A7B9FE;
}
.TagClassName
{
border-color: #A7B9FE;
}
</style>