Shades of Perano #A7B8EF
Tints of Perano #A7B8EF
RGB
CMYK
RGB Variations
Color information
#A7B8EF (or 0xA7B8EF) is known color: Perano. HEX triplet: A7, B8 and EF. RGB value is (167,184,239). Sum of RGB (Red+Green+Blue) = 167+184+239=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B8EF is #584710. Grayscale: #B8B8B8. Windows color (decimal): -5785361 or 15710375. OLE color: 15710375.
HSL color Cylindrical-coordinate representation of color #A7B8EF: hue angle of 225.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7B8EF is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 184 | 239 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.06 |
| HSL | 225.83º | 0.69% | 0.8% | - |
| HSV(B) | 225.83º | 0.3% | 0.94% | - |
| XYZ | 48.66 | 48.73 | 88.5 | - |
| YUV | 185.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 239 | 0.30 | 0.23 | 0 | 0.06 | 225.83 | 0.69 | 0.8 |
| Hex | A7 | B8 | EF | 1E | 17 | 0 | 6 | E2 | 45 | 50 |
| Octal | 247 | 270 | 357 | 36 | 27 | 0 | 6 | 342 | 105 | 120 |
| Binary | 10100111 | 10111000 | 11101111 | 11110 | 10111 | 0 | 110 | 11100010 | 1000101 | 1010000 |
Color Harmonies of #A7B8EF
Complementary color
Monochromatic Colors of #A7B8EF
Black with #A7B8EF
Text Example
Text Example
White with #A7B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B8EF; }
p { color: rgb(167,184,239); }
H1.HeaderClassName
{
color: #A7B8EF;
}
.AnyTagClassName
{
color: #A7B8EF;
}
</style>
background-color css
<style>
a { background-color: #A7B8EF; }
a { background-color: rgb(167,184,239); }
div.DivClassName
{
background-color: #A7B8EF;
}
.BgClassName
{
background-color: #A7B8EF;
}
</style>
border-color css
<style>
span { border-color: #A7B8EF; }
span { border-color: rgb(167,184,239); }
td.TdClassName
{
border-color: #A7B8EF;
}
.TagClassName
{
border-color: #A7B8EF;
}
</style>