#8A817F

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

Shades of Suva Grey #8A817F

Tints of Suva Grey #8A817F

Color information

#8A817F (or 0x8A817F) is unknown color: approx Suva Grey. HEX triplet: 8A, 81 and 7F. RGB value is (138,129,127). Sum of RGB (Red+Green+Blue) = 138+129+127=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A817F is #757E80. Grayscale: #838383. Windows color (decimal): -7700097 or 8356234. OLE color: 8356234.

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

Color convert

RGB138129127-
CMYK00.070.080.46
HSL10.91º4.49%51.96%-
HSV(B)10.91º7.97%54.12%-
XYZ22.1622.6423.28-
YUV131.46125.48132.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.03%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 127 (50% from 255) = 32.23%
R=35.03%
G=32.74%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812912700.070.080.4610.914.4951.96
Hex8A817F0782Eb434
Octal21220117707105613464
Binary10001010100000011111111011110001011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,129,127); }

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

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

 a { background-color: rgb(138,129,127); }

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

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

 span { border-color: rgb(138,129,127); }

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