#807F93

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

Shades of Grey Suit #807F93

Tints of Grey Suit #807F93

Color information

#807F93 (or 0x807F93) is unknown color: approx Grey Suit. HEX triplet: 80, 7F and 93. RGB value is (128,127,147). Sum of RGB (Red+Green+Blue) = 128+127+147=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #807F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F93 is #7F806C. Grayscale: #818181. Windows color (decimal): -8355949 or 9666432. OLE color: 9666432.

HSL color Cylindrical-coordinate representation of color #807F93: hue angle of 243º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807F93 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128127147-
CMYK0.130.1400.42
HSL243º8.47%53.73%-
HSV(B)243º13.61%57.65%-
XYZ21.7621.8730.68-
YUV129.58137.83126.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=31.84%
G=31.59%
B=36.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281271470.130.1400.422438.4753.73
Hex807F93DE02Af3836
Octal20017722315160523631066
Binary10000000111111110010011110111100101010111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807F93; }

 p { color: rgb(128,127,147); }

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

<style>
 a { background-color: #807F93; }

 a { background-color: rgb(128,127,147); }

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

<style>
 span { border-color: #807F93; }

 span { border-color: rgb(128,127,147); }

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