#798C9C

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

Shades of Light Slate Grey #798C9C

Tints of Light Slate Grey #798C9C

Color information

#798C9C (or 0x798C9C) is unknown color: approx Light Slate Grey. HEX triplet: 79, 8C and 9C. RGB value is (121,140,156). Sum of RGB (Red+Green+Blue) = 121+140+156=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #798C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C9C is #867363. Grayscale: #888888. Windows color (decimal): -8811364 or 10259577. OLE color: 10259577.

HSL color Cylindrical-coordinate representation of color #798C9C: hue angle of 207.43º 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 #798C9C is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121140156-
CMYK0.220.1000.39
HSL207.43º15.02%54.31%-
HSV(B)207.43º22.44%61.18%-
XYZ23.2625.2235.09-
YUV136.14139.21117.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=29.02%
G=33.57%
B=37.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211401560.220.1000.39207.4315.0254.31
Hex798C9C16A027cff36
Octal17121423426120473171766
Binary111100110001100100111001011010100100111110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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