#8482AE

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

Shades of Grey Suit #8482AE

Tints of Grey Suit #8482AE

Color information

#8482AE (or 0x8482AE) is unknown color: approx Grey Suit. HEX triplet: 84, 82 and AE. RGB value is (132,130,174). Sum of RGB (Red+Green+Blue) = 132+130+174=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #8482AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8482AE is #7B7D51. Grayscale: #878787. Windows color (decimal): -8093010 or 11436676. OLE color: 11436676.

HSL color Cylindrical-coordinate representation of color #8482AE: hue angle of 242.73º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8482AE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132130174-
CMYK0.240.2500.32
HSL242.73º21.36%59.61%-
HSV(B)242.73º25.29%68.24%-
XYZ25.1423.9343.34-
YUV135.61149.66125.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=30.28%
G=29.82%
B=39.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321301740.240.2500.32242.7321.3659.61
Hex8482AE1819020f3153c
Octal20420225630310403632574
Binary100001001000001010101110110001100101000001111001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8482AE; }

 p { color: rgb(132,130,174); }

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

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

 a { background-color: rgb(132,130,174); }

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

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

 span { border-color: rgb(132,130,174); }

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