#8482AD

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

Shades of Grey Suit #8482AD

Tints of Grey Suit #8482AD

Color information

#8482AD (or 0x8482AD) is unknown color: approx Grey Suit. HEX triplet: 84, 82 and AD. RGB value is (132,130,173). Sum of RGB (Red+Green+Blue) = 132+130+173=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8482AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8482AD is #7B7D52. Grayscale: #878787. Windows color (decimal): -8093011 or 11371140. OLE color: 11371140.

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

Color convert

RGB132130173-
CMYK0.240.2500.32
HSL242.79º20.77%59.41%-
HSV(B)242.79º24.86%67.84%-
XYZ25.0423.8942.83-
YUV135.5149.16125.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=30.34%
G=29.89%
B=39.77%

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
Decimal1321301730.240.2500.32242.7920.7759.41
Hex8482AD1819020f3153b
Octal20420225530310403632573
Binary100001001000001010101101110001100101000001111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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