Html Css Color HEX #798093 Slate Grey

📋 copy color: '#798093'

red 121 ◦ green 128 ◦ blue 147

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

Shades of Slate Grey #798093

Tints of Slate Grey #798093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 30.56%
G = 32.32%
B = 37.12%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#798093 (or 0x798093) is known color: Slate Grey. HEX triplet: 79, 80 and 93. RGB value is (121,128,147). Sum of RGB (Red+Green+Blue) = 121+128+147=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #798093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798093 is #867F6C. Grayscale: #7F7F7F. Windows color (decimal): -8814445 or 9666681. OLE color: 9666681.

HSL color Cylindrical-coordinate representation of color #798093: hue angle of 223.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #798093 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 128 147 -
CMYK 0.18 0.13 0 0.42
HSL 223.85º 0.11% 0.53% -
HSV(B) 223.85º 0.18% 0.58% -
XYZ 20.87 21.61 30.67 -
YUV 128.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 121 128 147 0.18 0.13 0 0.42 223.85 0.11 0.53
Hex 79 80 93 12 D 0 2A E0 B 35
Octal 171 200 223 22 15 0 52 340 13 65
Binary 1111001 10000000 10010011 10010 1101 0 101010 11100000 1011 110101

Color Harmonies of #798093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798093

Black with #798093

Text Example


Text Example

White with #798093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798093; }

 p { color: rgb(121,128,147); }

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

background-color css

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

 a { background-color: rgb(121,128,147); }

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

border-color css

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

 span { border-color: rgb(121,128,147); }

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