Shades of Perano #A4B7EF
Tints of Perano #A4B7EF
RGB
CMYK
RGB Variations
Color information
#A4B7EF (or 0xA4B7EF) is known color: Perano. HEX triplet: A4, B7 and EF. RGB value is (164,183,239). Sum of RGB (Red+Green+Blue) = 164+183+239=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B7EF is #5B4810. Grayscale: #B7B7B7. Windows color (decimal): -5982225 or 15710116. OLE color: 15710116.
HSL color Cylindrical-coordinate representation of color #A4B7EF: hue angle of 224.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B7EF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 183 | 239 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.06 |
| HSL | 224.8º | 0.7% | 0.79% | - |
| HSV(B) | 224.8º | 0.31% | 0.94% | - |
| XYZ | 47.82 | 47.99 | 88.4 | - |
| YUV | 183.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 239 | 0.31 | 0.23 | 0 | 0.06 | 224.8 | 0.7 | 0.79 |
| Hex | A4 | B7 | EF | 1F | 17 | 0 | 6 | E1 | 46 | 4F |
| Octal | 244 | 267 | 357 | 37 | 27 | 0 | 6 | 341 | 106 | 117 |
| Binary | 10100100 | 10110111 | 11101111 | 11111 | 10111 | 0 | 110 | 11100001 | 1000110 | 1001111 |
Color Harmonies of #A4B7EF
Complementary color
Monochromatic Colors of #A4B7EF
Black with #A4B7EF
Text Example
Text Example
White with #A4B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B7EF; }
p { color: rgb(164,183,239); }
H1.HeaderClassName
{
color: #A4B7EF;
}
.AnyTagClassName
{
color: #A4B7EF;
}
</style>
background-color css
<style>
a { background-color: #A4B7EF; }
a { background-color: rgb(164,183,239); }
div.DivClassName
{
background-color: #A4B7EF;
}
.BgClassName
{
background-color: #A4B7EF;
}
</style>
border-color css
<style>
span { border-color: #A4B7EF; }
span { border-color: rgb(164,183,239); }
td.TdClassName
{
border-color: #A4B7EF;
}
.TagClassName
{
border-color: #A4B7EF;
}
</style>