Shades of Perano #A7B8F9
Tints of Perano #A7B8F9
RGB
CMYK
RGB Variations
Color information
#A7B8F9 (or 0xA7B8F9) is known color: Perano. HEX triplet: A7, B8 and F9. RGB value is (167,184,249). Sum of RGB (Red+Green+Blue) = 167+184+249=600 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.83% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7B8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B8F9 is #584706. Grayscale: #BABABA. Windows color (decimal): -5785351 or 16365735. OLE color: 16365735.
HSL color Cylindrical-coordinate representation of color #A7B8F9: hue angle of 227.56º degrees, saturation: 0.87, 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 #A7B8F9 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 184 | 249 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.02 |
| HSL | 227.56º | 0.87% | 0.82% | - |
| HSV(B) | 227.56º | 0.33% | 0.98% | - |
| XYZ | 50.18 | 49.34 | 96.5 | - |
| YUV | 186.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 249 | 0.33 | 0.26 | 0 | 0.02 | 227.56 | 0.87 | 0.82 |
| Hex | A7 | B8 | F9 | 21 | 1A | 0 | 2 | E4 | 57 | 52 |
| Octal | 247 | 270 | 371 | 41 | 32 | 0 | 2 | 344 | 127 | 122 |
| Binary | 10100111 | 10111000 | 11111001 | 100001 | 11010 | 0 | 10 | 11100100 | 1010111 | 1010010 |
Color Harmonies of #A7B8F9
Complementary color
Monochromatic Colors of #A7B8F9
Black with #A7B8F9
Text Example
Text Example
White with #A7B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B8F9; }
p { color: rgb(167,184,249); }
H1.HeaderClassName
{
color: #A7B8F9;
}
.AnyTagClassName
{
color: #A7B8F9;
}
</style>
background-color css
<style>
a { background-color: #A7B8F9; }
a { background-color: rgb(167,184,249); }
div.DivClassName
{
background-color: #A7B8F9;
}
.BgClassName
{
background-color: #A7B8F9;
}
</style>
border-color css
<style>
span { border-color: #A7B8F9; }
span { border-color: rgb(167,184,249); }
td.TdClassName
{
border-color: #A7B8F9;
}
.TagClassName
{
border-color: #A7B8F9;
}
</style>