#A7B5EA

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

Shades of Perano #A7B5EA

Tints of Perano #A7B5EA

Color information

#A7B5EA (or 0xA7B5EA) is unknown color: approx Perano. HEX triplet: A7, B5 and EA. RGB value is (167,181,234). Sum of RGB (Red+Green+Blue) = 167+181+234=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7B5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B5EA is #584A15. Grayscale: #B6B6B6. Windows color (decimal): -5786134 or 15381927. OLE color: 15381927.

HSL color Cylindrical-coordinate representation of color #A7B5EA: hue angle of 227.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7B5EA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167181234-
CMYK0.290.2300.08
HSL227.46º61.47%78.63%-
HSV(B)227.46º28.63%91.76%-
XYZ47.3147.284.46-
YUV182.86156.86116.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.69%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=28.69%
G=31.10%
B=40.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671812340.290.2300.08227.4661.4778.63
HexA7B5EA1D1708e33d4f
Octal247265352352701034375117
Binary101001111011010111101010111011011101000111000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B5EA; }

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

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

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

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

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

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

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

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