Shades of Perano #A5B7EF
Tints of Perano #A5B7EF
RGB
CMYK
RGB Variations
Color information
#A5B7EF (or 0xA5B7EF) is known color: Perano. HEX triplet: A5, B7 and EF. RGB value is (165,183,239). Sum of RGB (Red+Green+Blue) = 165+183+239=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B7EF is #5A4810. Grayscale: #B7B7B7. Windows color (decimal): -5916689 or 15710117. OLE color: 15710117.
HSL color Cylindrical-coordinate representation of color #A5B7EF: hue angle of 225.41º 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 #A5B7EF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 183 | 239 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.06 |
| HSL | 225.41º | 0.7% | 0.79% | - |
| HSV(B) | 225.41º | 0.31% | 0.94% | - |
| XYZ | 48.03 | 48.1 | 88.41 | - |
| YUV | 184 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 239 | 0.31 | 0.23 | 0 | 0.06 | 225.41 | 0.7 | 0.79 |
| Hex | A5 | B7 | EF | 1F | 17 | 0 | 6 | E1 | 46 | 4F |
| Octal | 245 | 267 | 357 | 37 | 27 | 0 | 6 | 341 | 106 | 117 |
| Binary | 10100101 | 10110111 | 11101111 | 11111 | 10111 | 0 | 110 | 11100001 | 1000110 | 1001111 |
Color Harmonies of #A5B7EF
Complementary color
Monochromatic Colors of #A5B7EF
Black with #A5B7EF
Text Example
Text Example
White with #A5B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7EF; }
p { color: rgb(165,183,239); }
H1.HeaderClassName
{
color: #A5B7EF;
}
.AnyTagClassName
{
color: #A5B7EF;
}
</style>
background-color css
<style>
a { background-color: #A5B7EF; }
a { background-color: rgb(165,183,239); }
div.DivClassName
{
background-color: #A5B7EF;
}
.BgClassName
{
background-color: #A5B7EF;
}
</style>
border-color css
<style>
span { border-color: #A5B7EF; }
span { border-color: rgb(165,183,239); }
td.TdClassName
{
border-color: #A5B7EF;
}
.TagClassName
{
border-color: #A5B7EF;
}
</style>