Html Css Color HEX #798E9E Light Slate Grey

📋 copy color: '#798E9E'

red 121 ◦ green 142 ◦ blue 158

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

Shades of Light Slate Grey #798E9E

Tints of Light Slate Grey #798E9E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 28.74%
G = 33.73%
B = 37.53%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#798E9E (or 0x798E9E) is known color: Light Slate Grey. HEX triplet: 79, 8E and 9E. RGB value is (121,142,158). Sum of RGB (Red+Green+Blue) = 121+142+158=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #798E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798E9E is #867161. Grayscale: #898989. Windows color (decimal): -8810850 or 10391161. OLE color: 10391161.

HSL color Cylindrical-coordinate representation of color #798E9E: hue angle of 205.95º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #798E9E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 142 158 -
CMYK 0.23 0.10 0 0.38
HSL 205.95º 0.16% 0.55% -
HSV(B) 205.95º 0.23% 0.62% -
XYZ 23.73 25.88 36.09 -
YUV 137.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 121 142 158 0.23 0.10 0 0.38 205.95 0.16 0.55
Hex 79 8E 9E 17 A 0 26 CE 10 37
Octal 171 216 236 27 12 0 46 316 20 67
Binary 1111001 10001110 10011110 10111 1010 0 100110 11001110 10000 110111

Color Harmonies of #798E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798E9E

Black with #798E9E

Text Example


Text Example

White with #798E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798E9E; }

 p { color: rgb(121,142,158); }

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

background-color css

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

 a { background-color: rgb(121,142,158); }

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

border-color css

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

 span { border-color: rgb(121,142,158); }

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