#8A8280

Color #8A8280 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #8A8280

Tints of Suva Grey #8A8280

Color information

#8A8280 (or 0x8A8280) is unknown color: approx Suva Grey. HEX triplet: 8A, 82 and 80. RGB value is (138,130,128). Sum of RGB (Red+Green+Blue) = 138+130+128=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8280 is #757D7F. Grayscale: #848484. Windows color (decimal): -7699840 or 8422026. OLE color: 8422026.

HSL color Cylindrical-coordinate representation of color #8A8280: hue angle of 12º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8280 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB138130128-
CMYK00.060.070.46
HSL12º4.1%52.16%-
HSV(B)12º7.25%54.12%-
XYZ22.3622.9323.67-
YUV132.16125.65132.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=34.85%
G=32.83%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813012800.060.070.46124.152.16
Hex8A82800672Ec434
Octal2122022000675614464
Binary10001010100000101000000001101111011101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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