Html Css Color HEX #798C9E Light Slate Grey

📋 copy color: '#798C9E'

red 121 ◦ green 140 ◦ blue 158

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

Shades of Light Slate Grey #798C9E

Tints of Light Slate Grey #798C9E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.41%

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

R = 28.88%
G = 33.41%
B = 37.71%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#798C9E (or 0x798C9E) is known color: Light Slate Grey. HEX triplet: 79, 8C and 9E. RGB value is (121,140,158). Sum of RGB (Red+Green+Blue) = 121+140+158=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #798C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C9E is #867361. Grayscale: #888888. Windows color (decimal): -8811362 or 10390649. OLE color: 10390649.

HSL color Cylindrical-coordinate representation of color #798C9E: hue angle of 209.19º 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 #798C9E is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 140 158 -
CMYK 0.23 0.11 0 0.38
HSL 209.19º 0.16% 0.55% -
HSV(B) 209.19º 0.23% 0.62% -
XYZ 23.43 25.29 35.99 -
YUV 136.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 121 140 158 0.23 0.11 0 0.38 209.19 0.16 0.55
Hex 79 8C 9E 17 B 0 26 D1 10 37
Octal 171 214 236 27 13 0 46 321 20 67
Binary 1111001 10001100 10011110 10111 1011 0 100110 11010001 10000 110111

Color Harmonies of #798C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798C9E

Black with #798C9E

Text Example


Text Example

White with #798C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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