Shades of Perano #A7B2EE
Tints of Perano #A7B2EE
RGB
CMYK
RGB Variations
Color information
#A7B2EE (or 0xA7B2EE) is known color: Perano. HEX triplet: A7, B2 and EE. RGB value is (167,178,238). Sum of RGB (Red+Green+Blue) = 167+178+238=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7B2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B2EE is #584D11. Grayscale: #B5B5B5. Windows color (decimal): -5786898 or 15643303. OLE color: 15643303.
HSL color Cylindrical-coordinate representation of color #A7B2EE: hue angle of 230.7º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7B2EE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 178 | 238 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.07 |
| HSL | 230.7º | 0.68% | 0.79% | - |
| HSV(B) | 230.7º | 0.3% | 0.93% | - |
| XYZ | 47.29 | 46.23 | 87.32 | - |
| YUV | 181.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 238 | 0.30 | 0.25 | 0 | 0.07 | 230.7 | 0.68 | 0.79 |
| Hex | A7 | B2 | EE | 1E | 19 | 0 | 7 | E7 | 44 | 4F |
| Octal | 247 | 262 | 356 | 36 | 31 | 0 | 7 | 347 | 104 | 117 |
| Binary | 10100111 | 10110010 | 11101110 | 11110 | 11001 | 0 | 111 | 11100111 | 1000100 | 1001111 |
Color Harmonies of #A7B2EE
Complementary color
Monochromatic Colors of #A7B2EE
Black with #A7B2EE
Text Example
Text Example
White with #A7B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B2EE; }
p { color: rgb(167,178,238); }
H1.HeaderClassName
{
color: #A7B2EE;
}
.AnyTagClassName
{
color: #A7B2EE;
}
</style>
background-color css
<style>
a { background-color: #A7B2EE; }
a { background-color: rgb(167,178,238); }
div.DivClassName
{
background-color: #A7B2EE;
}
.BgClassName
{
background-color: #A7B2EE;
}
</style>
border-color css
<style>
span { border-color: #A7B2EE; }
span { border-color: rgb(167,178,238); }
td.TdClassName
{
border-color: #A7B2EE;
}
.TagClassName
{
border-color: #A7B2EE;
}
</style>