#A7B7EC

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

Shades of Perano #A7B7EC

Tints of Perano #A7B7EC

Color information

#A7B7EC (or 0xA7B7EC) is unknown color: approx Perano. HEX triplet: A7, B7 and EC. RGB value is (167,183,236). Sum of RGB (Red+Green+Blue) = 167+183+236=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7B7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B7EC is #584813. Grayscale: #B8B8B8. Windows color (decimal): -5785620 or 15513511. OLE color: 15513511.

HSL color Cylindrical-coordinate representation of color #A7B7EC: hue angle of 226.09º degrees, saturation: 0.64, 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 #A7B7EC is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167183236-
CMYK0.290.2200.07
HSL226.09º64.49%79.02%-
HSV(B)226.09º29.24%92.55%-
XYZ48.0148.1486.12-
YUV184.26157.2115.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.50%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=28.50%
G=31.23%
B=40.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671832360.290.2200.07226.0964.4979.02
HexA7B7EC1D1607e2404f
Octal247267354352607342100117
Binary101001111011011111101100111011011001111110001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B7EC; }

 p { color: rgb(167,183,236); }

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

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

 a { background-color: rgb(167,183,236); }

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

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

 span { border-color: rgb(167,183,236); }

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