Html Css Color HEX #798089 Slate Grey

📋 copy color: '#798089'

red 121 ◦ green 128 ◦ blue 137

#798089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #798089

Tints of Slate Grey #798089

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 value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#798089 (or 0x798089) is known color: 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

RGB 121 128 137 -
CMYK 0.12 0.07 0 0.46
HSL 213.75º 0.06% 0.51% -
HSV(B) 213.75º 0.12% 0.54% -
XYZ 20.12 21.31 26.72 -
YUV 126.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 121 128 137 0.12 0.07 0 0.46 213.75 0.06 0.51
Hex 79 80 89 C 7 0 2E D6 6 33
Octal 171 200 211 14 7 0 56 326 6 63
Binary 1111001 10000000 10001001 1100 111 0 101110 11010110 110 110011

Color Harmonies of #798089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798089

Black with #798089

Text Example


Text Example

White with #798089

Text Example


Text Example

HTML Codes & Css Web 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>