Html Css Color HEX #8A82AD Grey Suit

📋 copy color: '#8A82AD'

red 138 ◦ green 130 ◦ blue 173

#8A82AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #8A82AD

Tints of Grey Suit #8A82AD

RGB

 RED value IS 138 (54.3% from 255) = 31.29%

 GREEN value IS 130 (51.17% from 255) = 29.48%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 31.29%
G = 29.48%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A82AD (or 0x8A82AD) is known color: Grey Suit. HEX triplet: 8A, 82 and AD. RGB value is (138,130,173). Sum of RGB (Red+Green+Blue) = 138+130+173=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A82AD is #757D52. Grayscale: #898989. Windows color (decimal): -7699795 or 11371146. OLE color: 11371146.

HSL color Cylindrical-coordinate representation of color #8A82AD: hue angle of 251.16º 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 #8A82AD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 130 173 -
CMYK 0.20 0.25 0 0.32
HSL 251.16º 0.21% 0.59% -
HSV(B) 251.16º 0.25% 0.68% -
XYZ 26.01 24.39 42.87 -
YUV 137.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 138 130 173 0.20 0.25 0 0.32 251.16 0.21 0.59
Hex 8A 82 AD 14 19 0 20 FB 15 3B
Octal 212 202 255 24 31 0 40 373 25 73
Binary 10001010 10000010 10101101 10100 11001 0 100000 11111011 10101 111011

Color Harmonies of #8A82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A82AD

Black with #8A82AD

Text Example


Text Example

White with #8A82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A82AD; }

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

 H1.HeaderClassName
 {
   color: #8A82AD;
 }
 .AnyTagClassName
 {
   color: #8A82AD;
 }
</style>

background-color css

<style>
 a { background-color: #8A82AD; }

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

 div.DivClassName
 {
   background-color: #8A82AD;
 }
 .BgClassName
 {
   background-color: #8A82AD;
 }
</style>

border-color css

<style>
 span { border-color: #8A82AD; }

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

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