#A7B5EF

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

Shades of Perano #A7B5EF

Tints of Perano #A7B5EF

Color information

#A7B5EF (or 0xA7B5EF) is unknown color: approx Perano. HEX triplet: A7, B5 and EF. RGB value is (167,181,239). Sum of RGB (Red+Green+Blue) = 167+181+239=587 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.45% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B5EF is #584A10. Grayscale: #B7B7B7. Windows color (decimal): -5786129 or 15709607. OLE color: 15709607.

HSL color Cylindrical-coordinate representation of color #A7B5EF: hue angle of 228.33º 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 #A7B5EF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167181239-
CMYK0.300.2400.06
HSL228.33º69.23%79.61%-
HSV(B)228.33º30.13%93.73%-
XYZ48.0447.588.3-
YUV183.43159.36116.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.45%
GREEN value IS 181 (71.09% from 255) = 30.83%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=28.45%
G=30.83%
B=40.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1671812390.300.2400.06228.3369.2379.61
HexA7B5EF1E1806e44550
Octal247265357363006344105120
Binary101001111011010111101111111101100001101110010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B5EF; }

 p { color: rgb(167,181,239); }

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

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

 a { background-color: rgb(167,181,239); }

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

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

 span { border-color: rgb(167,181,239); }

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