Shades of Perano #A5B7DD
Tints of Perano #A5B7DD
RGB
CMYK
RGB Variations
Color information
#A5B7DD (or 0xA5B7DD) is known color: Perano. HEX triplet: A5, B7 and DD. RGB value is (165,183,221). Sum of RGB (Red+Green+Blue) = 165+183+221=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5B7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7DD is #5A4822. Grayscale: #B5B5B5. Windows color (decimal): -5916707 or 14530469. OLE color: 14530469.
HSL color Cylindrical-coordinate representation of color #A5B7DD: hue angle of 220.71º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B7DD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 183 | 221 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.13 |
| HSL | 220.71º | 0.45% | 0.76% | - |
| HSV(B) | 220.71º | 0.25% | 0.87% | - |
| XYZ | 45.5 | 47.09 | 75.1 | - |
| YUV | 181.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 221 | 0.25 | 0.17 | 0 | 0.13 | 220.71 | 0.45 | 0.76 |
| Hex | A5 | B7 | DD | 19 | 11 | 0 | D | DD | 2D | 4C |
| Octal | 245 | 267 | 335 | 31 | 21 | 0 | 15 | 335 | 55 | 114 |
| Binary | 10100101 | 10110111 | 11011101 | 11001 | 10001 | 0 | 1101 | 11011101 | 101101 | 1001100 |
Color Harmonies of #A5B7DD
Complementary color
Monochromatic Colors of #A5B7DD
Black with #A5B7DD
Text Example
Text Example
White with #A5B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7DD; }
p { color: rgb(165,183,221); }
H1.HeaderClassName
{
color: #A5B7DD;
}
.AnyTagClassName
{
color: #A5B7DD;
}
</style>
background-color css
<style>
a { background-color: #A5B7DD; }
a { background-color: rgb(165,183,221); }
div.DivClassName
{
background-color: #A5B7DD;
}
.BgClassName
{
background-color: #A5B7DD;
}
</style>
border-color css
<style>
span { border-color: #A5B7DD; }
span { border-color: rgb(165,183,221); }
td.TdClassName
{
border-color: #A5B7DD;
}
.TagClassName
{
border-color: #A5B7DD;
}
</style>