Shades of Perano #A7B2DF
Tints of Perano #A7B2DF
RGB
CMYK
RGB Variations
Color information
#A7B2DF (or 0xA7B2DF) is known color: Perano. HEX triplet: A7, B2 and DF. RGB value is (167,178,223). Sum of RGB (Red+Green+Blue) = 167+178+223=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B2DF is #584D20. Grayscale: #B3B3B3. Windows color (decimal): -5786913 or 14660263. OLE color: 14660263.
HSL color Cylindrical-coordinate representation of color #A7B2DF: hue angle of 228.21º degrees, saturation: 0.47, 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 #A7B2DF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 178 | 223 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.13 |
| HSL | 228.21º | 0.47% | 0.76% | - |
| HSV(B) | 228.21º | 0.25% | 0.87% | - |
| XYZ | 45.18 | 45.38 | 76.19 | - |
| YUV | 179.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 223 | 0.25 | 0.20 | 0 | 0.13 | 228.21 | 0.47 | 0.76 |
| Hex | A7 | B2 | DF | 19 | 14 | 0 | D | E4 | 2F | 4C |
| Octal | 247 | 262 | 337 | 31 | 24 | 0 | 15 | 344 | 57 | 114 |
| Binary | 10100111 | 10110010 | 11011111 | 11001 | 10100 | 0 | 1101 | 11100100 | 101111 | 1001100 |
Color Harmonies of #A7B2DF
Complementary color
Monochromatic Colors of #A7B2DF
Black with #A7B2DF
Text Example
Text Example
White with #A7B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B2DF; }
p { color: rgb(167,178,223); }
H1.HeaderClassName
{
color: #A7B2DF;
}
.AnyTagClassName
{
color: #A7B2DF;
}
</style>
background-color css
<style>
a { background-color: #A7B2DF; }
a { background-color: rgb(167,178,223); }
div.DivClassName
{
background-color: #A7B2DF;
}
.BgClassName
{
background-color: #A7B2DF;
}
</style>
border-color css
<style>
span { border-color: #A7B2DF; }
span { border-color: rgb(167,178,223); }
td.TdClassName
{
border-color: #A7B2DF;
}
.TagClassName
{
border-color: #A7B2DF;
}
</style>