Html Css Color HEX #798390 Slate Grey

📋 copy color: '#798390'

red 121 ◦ green 131 ◦ blue 144

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

Shades of Slate Grey #798390

Tints of Slate Grey #798390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

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

R = 30.56%
G = 33.08%
B = 36.36%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#798390 (or 0x798390) is known color: Slate Grey. HEX triplet: 79, 83 and 90. RGB value is (121,131,144). Sum of RGB (Red+Green+Blue) = 121+131+144=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #798390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798390 is #867C6F. Grayscale: #818181. Windows color (decimal): -8813680 or 9470841. OLE color: 9470841.

HSL color Cylindrical-coordinate representation of color #798390: hue angle of 213.91º 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 #798390 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 131 144 -
CMYK 0.16 0.09 0 0.44
HSL 213.91º 0.09% 0.52% -
HSV(B) 213.91º 0.16% 0.56% -
XYZ 21.04 22.31 29.58 -
YUV 129.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 121 131 144 0.16 0.09 0 0.44 213.91 0.09 0.52
Hex 79 83 90 10 9 0 2C D6 9 34
Octal 171 203 220 20 11 0 54 326 11 64
Binary 1111001 10000011 10010000 10000 1001 0 101100 11010110 1001 110100

Color Harmonies of #798390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798390

Black with #798390

Text Example


Text Example

White with #798390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798390; }

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

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

background-color css

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

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

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

border-color css

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

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

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