Shades of Perano #A8B7ED
Tints of Perano #A8B7ED
RGB
CMYK
RGB Variations
Color information
#A8B7ED (or 0xA8B7ED) is known color: Perano. HEX triplet: A8, B7 and ED. RGB value is (168,183,237). Sum of RGB (Red+Green+Blue) = 168+183+237=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8B7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B7ED is #574812. Grayscale: #B8B8B8. Windows color (decimal): -5720083 or 15579048. OLE color: 15579048.
HSL color Cylindrical-coordinate representation of color #A8B7ED: hue angle of 226.96º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B7ED is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 183 | 237 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.07 |
| HSL | 226.96º | 0.66% | 0.79% | - |
| HSV(B) | 226.96º | 0.29% | 0.93% | - |
| XYZ | 48.37 | 48.31 | 86.9 | - |
| YUV | 184.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 237 | 0.29 | 0.23 | 0 | 0.07 | 226.96 | 0.66 | 0.79 |
| Hex | A8 | B7 | ED | 1D | 17 | 0 | 7 | E3 | 42 | 4F |
| Octal | 250 | 267 | 355 | 35 | 27 | 0 | 7 | 343 | 102 | 117 |
| Binary | 10101000 | 10110111 | 11101101 | 11101 | 10111 | 0 | 111 | 11100011 | 1000010 | 1001111 |
Color Harmonies of #A8B7ED
Complementary color
Monochromatic Colors of #A8B7ED
Black with #A8B7ED
Text Example
Text Example
White with #A8B7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7ED; }
p { color: rgb(168,183,237); }
H1.HeaderClassName
{
color: #A8B7ED;
}
.AnyTagClassName
{
color: #A8B7ED;
}
</style>
background-color css
<style>
a { background-color: #A8B7ED; }
a { background-color: rgb(168,183,237); }
div.DivClassName
{
background-color: #A8B7ED;
}
.BgClassName
{
background-color: #A8B7ED;
}
</style>
border-color css
<style>
span { border-color: #A8B7ED; }
span { border-color: rgb(168,183,237); }
td.TdClassName
{
border-color: #A8B7ED;
}
.TagClassName
{
border-color: #A8B7ED;
}
</style>