Html Css Color HEX #798693 Light Slate Grey

📋 copy color: '#798693'

red 121 ◦ green 134 ◦ blue 147

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

Shades of Light Slate Grey #798693

Tints of Light Slate Grey #798693

RGB

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

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

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

R = 30.1%
G = 33.33%
B = 36.57%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#798693 (or 0x798693) is known color: Light Slate Grey. HEX triplet: 79, 86 and 93. RGB value is (121,134,147). Sum of RGB (Red+Green+Blue) = 121+134+147=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #798693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798693 is #86796C. Grayscale: #838383. Windows color (decimal): -8812909 or 9668217. OLE color: 9668217.

HSL color Cylindrical-coordinate representation of color #798693: hue angle of 210º 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 #798693 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 134 147 -
CMYK 0.18 0.09 0 0.42
HSL 210º 0.11% 0.53% -
HSV(B) 210º 0.18% 0.58% -
XYZ 21.68 23.22 30.94 -
YUV 131.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 121 134 147 0.18 0.09 0 0.42 210 0.11 0.53
Hex 79 86 93 12 9 0 2A D2 B 35
Octal 171 206 223 22 11 0 52 322 13 65
Binary 1111001 10000110 10010011 10010 1001 0 101010 11010010 1011 110101

Color Harmonies of #798693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798693

Black with #798693

Text Example


Text Example

White with #798693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798693; }

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

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

background-color css

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

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

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

border-color css

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

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

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