#798089

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

Shades of Slate Grey #798089

Tints of Slate Grey #798089

Color information

#798089 (or 0x798089) is unknown color: approx Slate Grey. HEX triplet: 79, 80 and 89. RGB value is (121,128,137). Sum of RGB (Red+Green+Blue) = 121+128+137=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #798089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798089 is #867F76. Grayscale: #7E7E7E. Windows color (decimal): -8814455 or 9011321. OLE color: 9011321.

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

Color convert

RGB121128137-
CMYK0.120.0700.46
HSL213.75º6.35%50.59%-
HSV(B)213.75º11.68%53.73%-
XYZ20.1221.3126.72-
YUV126.93133.68123.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=31.35%
G=33.16%
B=35.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211281370.120.0700.46213.756.3550.59
Hex798089C702Ed6633
Octal171200211147056326663
Binary111100110000000100010011100111010111011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798089; }

 p { color: rgb(121,128,137); }

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

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

 a { background-color: rgb(121,128,137); }

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

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

 span { border-color: rgb(121,128,137); }

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