Html Css Color HEX #798690 Light Slate Grey

📋 copy color: '#798690'

red 121 ◦ green 134 ◦ blue 144

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

Shades of Light Slate Grey #798690

Tints of Light Slate Grey #798690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 30.33%
G = 33.58%
B = 36.09%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#798690 (or 0x798690) is known color: Light Slate Grey. HEX triplet: 79, 86 and 90. RGB value is (121,134,144). Sum of RGB (Red+Green+Blue) = 121+134+144=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #798690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798690 is #86796F. Grayscale: #838383. Windows color (decimal): -8812912 or 9471609. OLE color: 9471609.

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

Color convert

RGB 121 134 144 -
CMYK 0.16 0.07 0 0.44
HSL 206.09º 0.09% 0.52% -
HSV(B) 206.09º 0.16% 0.56% -
XYZ 21.44 23.13 29.72 -
YUV 131.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 121 134 144 0.16 0.07 0 0.44 206.09 0.09 0.52
Hex 79 86 90 10 7 0 2C CE 9 34
Octal 171 206 220 20 7 0 54 316 11 64
Binary 1111001 10000110 10010000 10000 111 0 101100 11001110 1001 110100

Color Harmonies of #798690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798690

Black with #798690

Text Example


Text Example

White with #798690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798690; }

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

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

background-color css

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

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

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

border-color css

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

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

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