Shades of Perano #A7B9FF
Tints of Perano #A7B9FF
RGB
CMYK
RGB Variations
Color information
#A7B9FF (or 0xA7B9FF) is known color: Perano. HEX triplet: A7, B9 and FF. RGB value is (167,185,255). Sum of RGB (Red+Green+Blue) = 167+185+255=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7B9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B9FF is #584600. Grayscale: #BBBBBB. Windows color (decimal): -5785089 or 16759207. OLE color: 16759207.
HSL color Cylindrical-coordinate representation of color #A7B9FF: hue angle of 227.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7B9FF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 185 | 255 | - |
| CMYK | 0.35 | 0.27 | 0 | 0 |
| HSL | 227.73º | 1% | 0.83% | - |
| HSV(B) | 227.73º | 0.35% | 1% | - |
| XYZ | 51.34 | 50.13 | 101.58 | - |
| YUV | 187.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 255 | 0.35 | 0.27 | 0 | 0 | 227.73 | 1 | 0.83 |
| Hex | A7 | B9 | FF | 23 | 1B | 0 | 0 | E4 | 64 | 53 |
| Octal | 247 | 271 | 377 | 43 | 33 | 0 | 0 | 344 | 144 | 123 |
| Binary | 10100111 | 10111001 | 11111111 | 100011 | 11011 | 0 | 0 | 11100100 | 1100100 | 1010011 |
Color Harmonies of #A7B9FF
Complementary color
Monochromatic Colors of #A7B9FF
Black with #A7B9FF
Text Example
Text Example
White with #A7B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B9FF; }
p { color: rgb(167,185,255); }
H1.HeaderClassName
{
color: #A7B9FF;
}
.AnyTagClassName
{
color: #A7B9FF;
}
</style>
background-color css
<style>
a { background-color: #A7B9FF; }
a { background-color: rgb(167,185,255); }
div.DivClassName
{
background-color: #A7B9FF;
}
.BgClassName
{
background-color: #A7B9FF;
}
</style>
border-color css
<style>
span { border-color: #A7B9FF; }
span { border-color: rgb(167,185,255); }
td.TdClassName
{
border-color: #A7B9FF;
}
.TagClassName
{
border-color: #A7B9FF;
}
</style>