Shades of Perano #A3B7ED
Tints of Perano #A3B7ED
RGB
CMYK
RGB Variations
Color information
#A3B7ED (or 0xA3B7ED) is known color: Perano. HEX triplet: A3, B7 and ED. RGB value is (163,183,237). Sum of RGB (Red+Green+Blue) = 163+183+237=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3B7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3B7ED is #5C4812. Grayscale: #B6B6B6. Windows color (decimal): -6047763 or 15579043. OLE color: 15579043.
HSL color Cylindrical-coordinate representation of color #A3B7ED: hue angle of 223.78º degrees, saturation: 0.67, 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 #A3B7ED is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 183 | 237 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.07 |
| HSL | 223.78º | 0.67% | 0.78% | - |
| HSV(B) | 223.78º | 0.31% | 0.93% | - |
| XYZ | 47.32 | 47.77 | 86.85 | - |
| YUV | 183.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 237 | 0.31 | 0.23 | 0 | 0.07 | 223.78 | 0.67 | 0.78 |
| Hex | A3 | B7 | ED | 1F | 17 | 0 | 7 | E0 | 43 | 4E |
| Octal | 243 | 267 | 355 | 37 | 27 | 0 | 7 | 340 | 103 | 116 |
| Binary | 10100011 | 10110111 | 11101101 | 11111 | 10111 | 0 | 111 | 11100000 | 1000011 | 1001110 |
Color Harmonies of #A3B7ED
Complementary color
Monochromatic Colors of #A3B7ED
Black with #A3B7ED
Text Example
Text Example
White with #A3B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7ED; }
p { color: rgb(163,183,237); }
H1.HeaderClassName
{
color: #A3B7ED;
}
.AnyTagClassName
{
color: #A3B7ED;
}
</style>
background-color css
<style>
a { background-color: #A3B7ED; }
a { background-color: rgb(163,183,237); }
div.DivClassName
{
background-color: #A3B7ED;
}
.BgClassName
{
background-color: #A3B7ED;
}
</style>
border-color css
<style>
span { border-color: #A3B7ED; }
span { border-color: rgb(163,183,237); }
td.TdClassName
{
border-color: #A3B7ED;
}
.TagClassName
{
border-color: #A3B7ED;
}
</style>