Html Css Color HEX #798189 Slate Grey

📋 copy color: '#798189'

red 121 ◦ green 129 ◦ blue 137

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

Shades of Slate Grey #798189

Tints of Slate Grey #798189

RGB

 RED value IS 121 (47.66% from 255) = 31.27%

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 31.27%
G = 33.33%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#798189 (or 0x798189) is known color: Slate Grey. HEX triplet: 79, 81 and 89. RGB value is (121,129,137). Sum of RGB (Red+Green+Blue) = 121+129+137=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #798189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798189 is #867E76. Grayscale: #7F7F7F. Windows color (decimal): -8814199 or 9011577. OLE color: 9011577.

HSL color Cylindrical-coordinate representation of color #798189: hue angle of 210º 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 #798189 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 129 137 -
CMYK 0.12 0.06 0 0.46
HSL 210º 0.06% 0.51% -
HSV(B) 210º 0.12% 0.54% -
XYZ 20.25 21.57 26.76 -
YUV 127.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 121 129 137 0.12 0.06 0 0.46 210 0.06 0.51
Hex 79 81 89 C 6 0 2E D2 6 33
Octal 171 201 211 14 6 0 56 322 6 63
Binary 1111001 10000001 10001001 1100 110 0 101110 11010010 110 110011

Color Harmonies of #798189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798189

Black with #798189

Text Example


Text Example

White with #798189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798189; }

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

 H1.HeaderClassName
 {
   color: #798189;
 }
 .AnyTagClassName
 {
   color: #798189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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