#798B9E

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

Shades of Light Slate Grey #798B9E

Tints of Light Slate Grey #798B9E

Color information

#798B9E (or 0x798B9E) is unknown color: approx Light Slate Grey. HEX triplet: 79, 8B and 9E. RGB value is (121,139,158). Sum of RGB (Red+Green+Blue) = 121+139+158=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #798B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B9E is #867461. Grayscale: #878787. Windows color (decimal): -8811618 or 10390393. OLE color: 10390393.

HSL color Cylindrical-coordinate representation of color #798B9E: hue angle of 210.81º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #798B9E is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121139158-
CMYK0.230.1200.38
HSL210.81º16.02%54.71%-
HSV(B)210.81º23.42%61.96%-
XYZ23.292535.95-
YUV135.78140.54117.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=28.95%
G=33.25%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211391580.230.1200.38210.8116.0254.71
Hex798B9E17C026d31037
Octal17121323627140463232067
Binary1111001100010111001111010111110001001101101001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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