Shades of Perano #A7B7FF
Tints of Perano #A7B7FF
RGB
CMYK
RGB Variations
Color information
#A7B7FF (or 0xA7B7FF) is known color: Perano. HEX triplet: A7, B7 and FF. RGB value is (167,183,255). Sum of RGB (Red+Green+Blue) = 167+183+255=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7B7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B7FF is #584800. Grayscale: #BABABA. Windows color (decimal): -5785601 or 16758695. OLE color: 16758695.
HSL color Cylindrical-coordinate representation of color #A7B7FF: hue angle of 229.09º 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 #A7B7FF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 183 | 255 | - |
| CMYK | 0.35 | 0.28 | 0 | 0 |
| HSL | 229.09º | 1% | 0.83% | - |
| HSV(B) | 229.09º | 0.35% | 1% | - |
| XYZ | 50.92 | 49.3 | 101.44 | - |
| YUV | 186.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 255 | 0.35 | 0.28 | 0 | 0 | 229.09 | 1 | 0.83 |
| Hex | A7 | B7 | FF | 23 | 1C | 0 | 0 | E5 | 64 | 53 |
| Octal | 247 | 267 | 377 | 43 | 34 | 0 | 0 | 345 | 144 | 123 |
| Binary | 10100111 | 10110111 | 11111111 | 100011 | 11100 | 0 | 0 | 11100101 | 1100100 | 1010011 |
Color Harmonies of #A7B7FF
Complementary color
Monochromatic Colors of #A7B7FF
Black with #A7B7FF
Text Example
Text Example
White with #A7B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B7FF; }
p { color: rgb(167,183,255); }
H1.HeaderClassName
{
color: #A7B7FF;
}
.AnyTagClassName
{
color: #A7B7FF;
}
</style>
background-color css
<style>
a { background-color: #A7B7FF; }
a { background-color: rgb(167,183,255); }
div.DivClassName
{
background-color: #A7B7FF;
}
.BgClassName
{
background-color: #A7B7FF;
}
</style>
border-color css
<style>
span { border-color: #A7B7FF; }
span { border-color: rgb(167,183,255); }
td.TdClassName
{
border-color: #A7B7FF;
}
.TagClassName
{
border-color: #A7B7FF;
}
</style>