#A7B0EB

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

Shades of Perano #A7B0EB

Tints of Perano #A7B0EB

Color information

#A7B0EB (or 0xA7B0EB) is unknown color: approx Perano. HEX triplet: A7, B0 and EB. RGB value is (167,176,235). Sum of RGB (Red+Green+Blue) = 167+176+235=578 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.89% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7B0EB is #584F14. Grayscale: #B3B3B3. Windows color (decimal): -5787413 or 15446183. OLE color: 15446183.

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

Color convert

RGB167176235-
CMYK0.290.2500.08
HSL232.06º62.96%78.82%-
HSV(B)232.06º28.94%92.16%-
XYZ46.4645.2684.89-
YUV180.04159.02118.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.89%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=28.89%
G=30.45%
B=40.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671762350.290.2500.08232.0662.9678.82
HexA7B0EB1D1908e83f4f
Octal247260353353101035077117
Binary101001111011000011101011111011100101000111010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B0EB; }

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

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

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

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

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

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

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

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