#798B9C

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

Shades of Light Slate Grey #798B9C

Tints of Light Slate Grey #798B9C

Color information

#798B9C (or 0x798B9C) is unknown color: approx Light Slate Grey. HEX triplet: 79, 8B and 9C. RGB value is (121,139,156). Sum of RGB (Red+Green+Blue) = 121+139+156=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #798B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B9C is #867463. Grayscale: #878787. Windows color (decimal): -8811620 or 10259321. OLE color: 10259321.

HSL color Cylindrical-coordinate representation of color #798B9C: hue angle of 209.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #798B9C is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121139156-
CMYK0.220.1100.39
HSL209.14º15.02%54.31%-
HSV(B)209.14º22.44%61.18%-
XYZ23.1224.9335.05-
YUV135.56139.54117.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=29.09%
G=33.41%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211391560.220.1100.39209.1415.0254.31
Hex798B9C16B027d1f36
Octal17121323426130473211766
Binary111100110001011100111001011010110100111110100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,139,156); }

 H1.HeaderClassName
 {
   color: #798B9C;
 }
 .AnyTagClassName
 {
   color: #798B9C;
 }
</style>
background-color css

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

 a { background-color: rgb(121,139,156); }

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

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

 span { border-color: rgb(121,139,156); }

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