#8481AE

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

Shades of Grey Suit #8481AE

Tints of Grey Suit #8481AE

Color information

#8481AE (or 0x8481AE) is unknown color: approx Grey Suit. HEX triplet: 84, 81 and AE. RGB value is (132,129,174). Sum of RGB (Red+Green+Blue) = 132+129+174=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #8481AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8481AE is #7B7E51. Grayscale: #868686. Windows color (decimal): -8093266 or 11436420. OLE color: 11436420.

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

Color convert

RGB132129174-
CMYK0.240.2600.32
HSL244º21.74%59.41%-
HSV(B)244º25.86%68.24%-
XYZ25.0123.6643.29-
YUV135.03149.99125.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 174 (68.36% from 255) = 40%
R=30.34%
G=29.66%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321291740.240.2600.3224421.7459.41
Hex8481AE181A020f4163b
Octal20420125630320403642673
Binary100001001000000110101110110001101001000001111010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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