Html Css Color HEX #798490 Slate Grey

📋 copy color: '#798490'

red 121 ◦ green 132 ◦ blue 144

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

Shades of Slate Grey #798490

Tints of Slate Grey #798490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

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

R = 30.48%
G = 33.25%
B = 36.27%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#798490 (or 0x798490) is known color: Slate Grey. HEX triplet: 79, 84 and 90. RGB value is (121,132,144). Sum of RGB (Red+Green+Blue) = 121+132+144=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #798490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798490 is #867B6F. Grayscale: #828282. Windows color (decimal): -8813424 or 9471097. OLE color: 9471097.

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

Color convert

RGB 121 132 144 -
CMYK 0.16 0.08 0 0.44
HSL 211.3º 0.09% 0.52% -
HSV(B) 211.3º 0.16% 0.56% -
XYZ 21.17 22.58 29.63 -
YUV 130.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 121 132 144 0.16 0.08 0 0.44 211.3 0.09 0.52
Hex 79 84 90 10 8 0 2C D3 9 34
Octal 171 204 220 20 10 0 54 323 11 64
Binary 1111001 10000100 10010000 10000 1000 0 101100 11010011 1001 110100

Color Harmonies of #798490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798490

Black with #798490

Text Example


Text Example

White with #798490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798490; }

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

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

background-color css

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

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

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

border-color css

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

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

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