#A7B3EB

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

Shades of Perano #A7B3EB

Tints of Perano #A7B3EB

Color information

#A7B3EB (or 0xA7B3EB) is unknown color: approx Perano. HEX triplet: A7, B3 and EB. RGB value is (167,179,235). Sum of RGB (Red+Green+Blue) = 167+179+235=581 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.74% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7B3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B3EB is #584C14. Grayscale: #B5B5B5. Windows color (decimal): -5786645 or 15446951. OLE color: 15446951.

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

Color convert

RGB167179235-
CMYK0.290.2400.08
HSL229.41º62.96%78.82%-
HSV(B)229.41º28.94%92.16%-
XYZ47.0546.4585.08-
YUV181.8158.02117.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.74%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=28.74%
G=30.81%
B=40.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671792350.290.2400.08229.4162.9678.82
HexA7B3EB1D1808e53f4f
Octal247263353353001034577117
Binary101001111011001111101011111011100001000111001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B3EB; }

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

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

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

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

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

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

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

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