#8280AA

Color #8280AA Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #8280AA

Tints of Grey Suit #8280AA

Color information

#8280AA (or 0x8280AA) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and AA. RGB value is (130,128,170). Sum of RGB (Red+Green+Blue) = 130+128+170=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #8280AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8280AA is #7D7F55. Grayscale: #858585. Windows color (decimal): -8224598 or 11174018. OLE color: 11174018.

HSL color Cylindrical-coordinate representation of color #8280AA: hue angle of 242.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8280AA is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130128170-
CMYK0.240.2500.33
HSL242.86º19.81%58.43%-
HSV(B)242.86º24.71%66.67%-
XYZ24.1823.0941.21-
YUV133.39148.66125.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=30.37%
G=29.91%
B=39.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301281700.240.2500.33242.8619.8158.43
Hex8280AA1819021f3143a
Octal20220025230310413632472
Binary100000101000000010101010110001100101000011111001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8280AA; }

 p { color: rgb(130,128,170); }

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

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

 a { background-color: rgb(130,128,170); }

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

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

 span { border-color: rgb(130,128,170); }

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