Html Css Color HEX #798190 Slate Grey

📋 copy color: '#798190'

red 121 ◦ green 129 ◦ blue 144

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

Shades of Slate Grey #798190

Tints of Slate Grey #798190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 30.71%
G = 32.74%
B = 36.55%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#798190 (or 0x798190) is known color: Slate Grey. HEX triplet: 79, 81 and 90. RGB value is (121,129,144). Sum of RGB (Red+Green+Blue) = 121+129+144=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #798190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798190 is #867E6F. Grayscale: #808080. Windows color (decimal): -8814192 or 9470329. OLE color: 9470329.

HSL color Cylindrical-coordinate representation of color #798190: hue angle of 219.13º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798190 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 129 144 -
CMYK 0.16 0.10 0 0.44
HSL 219.13º 0.09% 0.52% -
HSV(B) 219.13º 0.16% 0.56% -
XYZ 20.77 21.78 29.49 -
YUV 128.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 121 129 144 0.16 0.10 0 0.44 219.13 0.09 0.52
Hex 79 81 90 10 A 0 2C DB 9 34
Octal 171 201 220 20 12 0 54 333 11 64
Binary 1111001 10000001 10010000 10000 1010 0 101100 11011011 1001 110100

Color Harmonies of #798190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798190

Black with #798190

Text Example


Text Example

White with #798190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798190; }

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

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

background-color css

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

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

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

border-color css

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

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

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