#798693

Color #798693 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #798693

Tints of Light Slate Grey #798693

Color information

#798693 (or 0x798693) is unknown color: approx 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

RGB121134147-
CMYK0.180.0900.42
HSL210º10.74%52.55%-
HSV(B)210º17.69%57.65%-
XYZ21.6823.2230.94-
YUV131.6136.69120.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=30.10%
G=33.33%
B=36.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211341470.180.0900.4221010.7452.55
Hex79869312902Ad2b35
Octal17120622322110523221365
Binary111100110000110100100111001010010101010110100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>