#807F95

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

Shades of Grey Suit #807F95

Tints of Grey Suit #807F95

Color information

#807F95 (or 0x807F95) is unknown color: approx Grey Suit. HEX triplet: 80, 7F and 95. RGB value is (128,127,149). Sum of RGB (Red+Green+Blue) = 128+127+149=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #807F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F95 is #7F806A. Grayscale: #818181. Windows color (decimal): -8355947 or 9797504. OLE color: 9797504.

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

Color convert

RGB128127149-
CMYK0.140.1500.42
HSL242.73º9.4%54.12%-
HSV(B)242.73º14.77%58.43%-
XYZ21.9221.9431.51-
YUV129.81138.83126.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=31.68%
G=31.44%
B=36.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281271490.140.1500.42242.739.454.12
Hex807F95EF02Af3936
Octal20017722516170523631166
Binary10000000111111110010101111011110101010111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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