#8280AB

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

Shades of Grey Suit #8280AB

Tints of Grey Suit #8280AB

Color information

#8280AB (or 0x8280AB) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and AB. RGB value is (130,128,171). Sum of RGB (Red+Green+Blue) = 130+128+171=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #8280AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8280AB is #7D7F54. Grayscale: #858585. Windows color (decimal): -8224597 or 11239554. OLE color: 11239554.

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

Color convert

RGB130128171-
CMYK0.240.2500.33
HSL242.79º20.38%58.63%-
HSV(B)242.79º25.15%67.06%-
XYZ24.2823.1241.71-
YUV133.5149.16125.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=30.30%
G=29.84%
B=39.86%

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
Decimal1301281710.240.2500.33242.7920.3858.63
Hex8280AB1819021f3143b
Octal20220025330310413632473
Binary100000101000000010101011110001100101000011111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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