#A7B5EB

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

Shades of Perano #A7B5EB

Tints of Perano #A7B5EB

Color information

#A7B5EB (or 0xA7B5EB) is unknown color: approx Perano. HEX triplet: A7, B5 and EB. RGB value is (167,181,235). Sum of RGB (Red+Green+Blue) = 167+181+235=583 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.64% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B5EB is #584A14. Grayscale: #B6B6B6. Windows color (decimal): -5786133 or 15447463. OLE color: 15447463.

HSL color Cylindrical-coordinate representation of color #A7B5EB: hue angle of 227.65º degrees, saturation: 0.63, 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 #A7B5EB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167181235-
CMYK0.290.2300.08
HSL227.65º62.96%78.82%-
HSV(B)227.65º28.94%92.16%-
XYZ47.4647.2685.22-
YUV182.97157.36116.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.64%
GREEN value IS 181 (71.09% from 255) = 31.05%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=28.64%
G=31.05%
B=40.31%

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
Decimal1671812350.290.2300.08227.6562.9678.82
HexA7B5EB1D1708e43f4f
Octal247265353352701034477117
Binary101001111011010111101011111011011101000111001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B5EB; }

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

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

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

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

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

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

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

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