Shades of Perano #A4B7EC
Tints of Perano #A4B7EC
RGB
CMYK
RGB Variations
Color information
#A4B7EC (or 0xA4B7EC) is known color: Perano. HEX triplet: A4, B7 and EC. RGB value is (164,183,236). Sum of RGB (Red+Green+Blue) = 164+183+236=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B7EC is #5B4813. Grayscale: #B7B7B7. Windows color (decimal): -5982228 or 15513508. OLE color: 15513508.
HSL color Cylindrical-coordinate representation of color #A4B7EC: hue angle of 224.17º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B7EC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 183 | 236 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.07 |
| HSL | 224.17º | 0.65% | 0.78% | - |
| HSV(B) | 224.17º | 0.31% | 0.93% | - |
| XYZ | 47.38 | 47.82 | 86.09 | - |
| YUV | 183.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 236 | 0.31 | 0.22 | 0 | 0.07 | 224.17 | 0.65 | 0.78 |
| Hex | A4 | B7 | EC | 1F | 16 | 0 | 7 | E0 | 41 | 4E |
| Octal | 244 | 267 | 354 | 37 | 26 | 0 | 7 | 340 | 101 | 116 |
| Binary | 10100100 | 10110111 | 11101100 | 11111 | 10110 | 0 | 111 | 11100000 | 1000001 | 1001110 |
Color Harmonies of #A4B7EC
Complementary color
Monochromatic Colors of #A4B7EC
Black with #A4B7EC
Text Example
Text Example
White with #A4B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B7EC; }
p { color: rgb(164,183,236); }
H1.HeaderClassName
{
color: #A4B7EC;
}
.AnyTagClassName
{
color: #A4B7EC;
}
</style>
background-color css
<style>
a { background-color: #A4B7EC; }
a { background-color: rgb(164,183,236); }
div.DivClassName
{
background-color: #A4B7EC;
}
.BgClassName
{
background-color: #A4B7EC;
}
</style>
border-color css
<style>
span { border-color: #A4B7EC; }
span { border-color: rgb(164,183,236); }
td.TdClassName
{
border-color: #A4B7EC;
}
.TagClassName
{
border-color: #A4B7EC;
}
</style>