Shades of Perano #A7B6FD
Tints of Perano #A7B6FD
RGB
CMYK
RGB Variations
Color information
#A7B6FD (or 0xA7B6FD) is known color: Perano. HEX triplet: A7, B6 and FD. RGB value is (167,182,253). Sum of RGB (Red+Green+Blue) = 167+182+253=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7B6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B6FD is #584902. Grayscale: #B9B9B9. Windows color (decimal): -5785859 or 16627367. OLE color: 16627367.
HSL color Cylindrical-coordinate representation of color #A7B6FD: hue angle of 229.53º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7B6FD is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 182 | 253 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.01 |
| HSL | 229.53º | 0.96% | 0.82% | - |
| HSV(B) | 229.53º | 0.34% | 0.99% | - |
| XYZ | 50.39 | 48.76 | 99.68 | - |
| YUV | 185.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 182 | 253 | 0.34 | 0.28 | 0 | 0.01 | 229.53 | 0.96 | 0.82 |
| Hex | A7 | B6 | FD | 22 | 1C | 0 | 1 | E6 | 60 | 52 |
| Octal | 247 | 266 | 375 | 42 | 34 | 0 | 1 | 346 | 140 | 122 |
| Binary | 10100111 | 10110110 | 11111101 | 100010 | 11100 | 0 | 1 | 11100110 | 1100000 | 1010010 |
Color Harmonies of #A7B6FD
Complementary color
Monochromatic Colors of #A7B6FD
Black with #A7B6FD
Text Example
Text Example
White with #A7B6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B6FD; }
p { color: rgb(167,182,253); }
H1.HeaderClassName
{
color: #A7B6FD;
}
.AnyTagClassName
{
color: #A7B6FD;
}
</style>
background-color css
<style>
a { background-color: #A7B6FD; }
a { background-color: rgb(167,182,253); }
div.DivClassName
{
background-color: #A7B6FD;
}
.BgClassName
{
background-color: #A7B6FD;
}
</style>
border-color css
<style>
span { border-color: #A7B6FD; }
span { border-color: rgb(167,182,253); }
td.TdClassName
{
border-color: #A7B6FD;
}
.TagClassName
{
border-color: #A7B6FD;
}
</style>