Shades of Perano #A7B8FA
Tints of Perano #A7B8FA
RGB
CMYK
RGB Variations
Color information
#A7B8FA (or 0xA7B8FA) is known color: Perano. HEX triplet: A7, B8 and FA. RGB value is (167,184,250). Sum of RGB (Red+Green+Blue) = 167+184+250=601 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.79% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B8FA is #584705. Grayscale: #BABABA. Windows color (decimal): -5785350 or 16431271. OLE color: 16431271.
HSL color Cylindrical-coordinate representation of color #A7B8FA: hue angle of 227.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B8FA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 184 | 250 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.02 |
| HSL | 227.71º | 0.89% | 0.82% | - |
| HSV(B) | 227.71º | 0.33% | 0.98% | - |
| XYZ | 50.33 | 49.4 | 97.32 | - |
| YUV | 186.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 250 | 0.33 | 0.26 | 0 | 0.02 | 227.71 | 0.89 | 0.82 |
| Hex | A7 | B8 | FA | 21 | 1A | 0 | 2 | E4 | 59 | 52 |
| Octal | 247 | 270 | 372 | 41 | 32 | 0 | 2 | 344 | 131 | 122 |
| Binary | 10100111 | 10111000 | 11111010 | 100001 | 11010 | 0 | 10 | 11100100 | 1011001 | 1010010 |
Color Harmonies of #A7B8FA
Complementary color
Monochromatic Colors of #A7B8FA
Black with #A7B8FA
Text Example
Text Example
White with #A7B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B8FA; }
p { color: rgb(167,184,250); }
H1.HeaderClassName
{
color: #A7B8FA;
}
.AnyTagClassName
{
color: #A7B8FA;
}
</style>
background-color css
<style>
a { background-color: #A7B8FA; }
a { background-color: rgb(167,184,250); }
div.DivClassName
{
background-color: #A7B8FA;
}
.BgClassName
{
background-color: #A7B8FA;
}
</style>
border-color css
<style>
span { border-color: #A7B8FA; }
span { border-color: rgb(167,184,250); }
td.TdClassName
{
border-color: #A7B8FA;
}
.TagClassName
{
border-color: #A7B8FA;
}
</style>