#8B807D

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

Shades of Suva Grey #8B807D

Tints of Suva Grey #8B807D

Color information

#8B807D (or 0x8B807D) is unknown color: approx Suva Grey. HEX triplet: 8B, 80 and 7D. RGB value is (139,128,125). Sum of RGB (Red+Green+Blue) = 139+128+125=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 139 - color contains mainly: red. Hex color #8B807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B807D is #747F82. Grayscale: #828282. Windows color (decimal): -7634819 or 8224907. OLE color: 8224907.

HSL color Cylindrical-coordinate representation of color #8B807D: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B807D is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139128125-
CMYK00.080.100.45
HSL12.86º5.69%51.76%-
HSV(B)12.86º10.07%54.51%-
XYZ22.0722.4122.56-
YUV130.95124.64133.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 125 (49.22% from 255) = 31.89%
R=35.46%
G=32.65%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912812500.080.100.4512.865.6951.76
Hex8B807D08A2Dd634
Octal213200175010125515664
Binary100010111000000011111010100010101011011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,128,125); }

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

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

 a { background-color: rgb(139,128,125); }

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

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

 span { border-color: rgb(139,128,125); }

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