Shades of Perano #A5B4EB
Tints of Perano #A5B4EB
RGB
CMYK
RGB Variations
Color information
#A5B4EB (or 0xA5B4EB) is known color: Perano. HEX triplet: A5, B4 and EB. RGB value is (165,180,235). Sum of RGB (Red+Green+Blue) = 165+180+235=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B4EB is #5A4B14. Grayscale: #B5B5B5. Windows color (decimal): -5917461 or 15447205. OLE color: 15447205.
HSL color Cylindrical-coordinate representation of color #A5B4EB: hue angle of 227.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B4EB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 180 | 235 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.08 |
| HSL | 227.14º | 0.64% | 0.78% | - |
| HSV(B) | 227.14º | 0.3% | 0.92% | - |
| XYZ | 46.83 | 46.64 | 85.13 | - |
| YUV | 181.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 235 | 0.30 | 0.23 | 0 | 0.08 | 227.14 | 0.64 | 0.78 |
| Hex | A5 | B4 | EB | 1E | 17 | 0 | 8 | E3 | 40 | 4E |
| Octal | 245 | 264 | 353 | 36 | 27 | 0 | 10 | 343 | 100 | 116 |
| Binary | 10100101 | 10110100 | 11101011 | 11110 | 10111 | 0 | 1000 | 11100011 | 1000000 | 1001110 |
Color Harmonies of #A5B4EB
Complementary color
Monochromatic Colors of #A5B4EB
Black with #A5B4EB
Text Example
Text Example
White with #A5B4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B4EB; }
p { color: rgb(165,180,235); }
H1.HeaderClassName
{
color: #A5B4EB;
}
.AnyTagClassName
{
color: #A5B4EB;
}
</style>
background-color css
<style>
a { background-color: #A5B4EB; }
a { background-color: rgb(165,180,235); }
div.DivClassName
{
background-color: #A5B4EB;
}
.BgClassName
{
background-color: #A5B4EB;
}
</style>
border-color css
<style>
span { border-color: #A5B4EB; }
span { border-color: rgb(165,180,235); }
td.TdClassName
{
border-color: #A5B4EB;
}
.TagClassName
{
border-color: #A5B4EB;
}
</style>