#A7B6EB

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

Shades of Perano #A7B6EB

Tints of Perano #A7B6EB

Color information

#A7B6EB (or 0xA7B6EB) is unknown color: approx Perano. HEX triplet: A7, B6 and EB. RGB value is (167,182,235). Sum of RGB (Red+Green+Blue) = 167+182+235=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7B6EB is #584914. Grayscale: #B7B7B7. Windows color (decimal): -5785877 or 15447719. OLE color: 15447719.

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

Color convert

RGB167182235-
CMYK0.290.2300.08
HSL226.76º62.96%78.82%-
HSV(B)226.76º28.94%92.16%-
XYZ47.6647.6785.29-
YUV183.56157.03116.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.60%
GREEN value IS 182 (71.48% from 255) = 31.16%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=28.60%
G=31.16%
B=40.24%

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
Decimal1671822350.290.2300.08226.7662.9678.82
HexA7B6EB1D1708e33f4f
Octal247266353352701034377117
Binary101001111011011011101011111011011101000111000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B6EB; }

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

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

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

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

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

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

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

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