#A7B6DD

Color #A7B6DD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A7B6DD

Tints of Perano #A7B6DD

Color information

#A7B6DD (or 0xA7B6DD) is unknown color: approx Perano. HEX triplet: A7, B6 and DD. RGB value is (167,182,221). Sum of RGB (Red+Green+Blue) = 167+182+221=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B6DD is #584922. Grayscale: #B5B5B5. Windows color (decimal): -5785891 or 14530215. OLE color: 14530215.

HSL color Cylindrical-coordinate representation of color #A7B6DD: hue angle of 223.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7B6DD is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167182221-
CMYK0.240.1800.13
HSL223.33º44.26%76.08%-
HSV(B)223.33º24.43%86.67%-
XYZ45.7246.8975.05-
YUV181.96150.03117.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=29.30%
G=31.93%
B=38.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671822210.240.1800.13223.3344.2676.08
HexA7B6DD18120Ddf2c4c
Octal247266335302201533754114
Binary101001111011011011011101110001001001101110111111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B6DD; }

 p { color: rgb(167,182,221); }

 H1.HeaderClassName
 {
   color: #A7B6DD;
 }
 .AnyTagClassName
 {
   color: #A7B6DD;
 }
</style>
background-color css

<style>
 a { background-color: #A7B6DD; }

 a { background-color: rgb(167,182,221); }

 div.DivClassName
 {
   background-color: #A7B6DD;
 }
 .BgClassName
 {
   background-color: #A7B6DD;
 }
</style>
border-color css

<style>
 span { border-color: #A7B6DD; }

 span { border-color: rgb(167,182,221); }

 td.TdClassName
 {
   border-color: #A7B6DD;
 }
 .TagClassName
 {
   border-color: #A7B6DD;
 }
</style>