Shades of Perano #A7B4F8
Tints of Perano #A7B4F8
RGB
CMYK
RGB Variations
Color information
#A7B4F8 (or 0xA7B4F8) is known color: Perano. HEX triplet: A7, B4 and F8. RGB value is (167,180,248). Sum of RGB (Red+Green+Blue) = 167+180+248=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #A7B4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B4F8 is #584B07. Grayscale: #B7B7B7. Windows color (decimal): -5786376 or 16299175. OLE color: 16299175.
HSL color Cylindrical-coordinate representation of color #A7B4F8: hue angle of 230.37º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B4F8 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 180 | 248 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.03 |
| HSL | 230.37º | 0.85% | 0.81% | - |
| HSV(B) | 230.37º | 0.33% | 0.97% | - |
| XYZ | 49.2 | 47.64 | 95.41 | - |
| YUV | 183.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 180 | 248 | 0.33 | 0.27 | 0 | 0.03 | 230.37 | 0.85 | 0.81 |
| Hex | A7 | B4 | F8 | 21 | 1B | 0 | 3 | E6 | 55 | 51 |
| Octal | 247 | 264 | 370 | 41 | 33 | 0 | 3 | 346 | 125 | 121 |
| Binary | 10100111 | 10110100 | 11111000 | 100001 | 11011 | 0 | 11 | 11100110 | 1010101 | 1010001 |
Color Harmonies of #A7B4F8
Complementary color
Monochromatic Colors of #A7B4F8
Black with #A7B4F8
Text Example
Text Example
White with #A7B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B4F8; }
p { color: rgb(167,180,248); }
H1.HeaderClassName
{
color: #A7B4F8;
}
.AnyTagClassName
{
color: #A7B4F8;
}
</style>
background-color css
<style>
a { background-color: #A7B4F8; }
a { background-color: rgb(167,180,248); }
div.DivClassName
{
background-color: #A7B4F8;
}
.BgClassName
{
background-color: #A7B4F8;
}
</style>
border-color css
<style>
span { border-color: #A7B4F8; }
span { border-color: rgb(167,180,248); }
td.TdClassName
{
border-color: #A7B4F8;
}
.TagClassName
{
border-color: #A7B4F8;
}
</style>