#79859B

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

Shades of Light Slate Grey #79859B

Tints of Light Slate Grey #79859B

Color information

#79859B (or 0x79859B) is unknown color: approx Light Slate Grey. HEX triplet: 79, 85 and 9B. RGB value is (121,133,155). Sum of RGB (Red+Green+Blue) = 121+133+155=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #79859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79859B is #867A64. Grayscale: #838383. Windows color (decimal): -8813157 or 10192249. OLE color: 10192249.

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

Color convert

RGB121133155-
CMYK0.220.1400.39
HSL218.82º14.53%54.12%-
HSV(B)218.82º21.94%60.78%-
XYZ22.1923.2134.32-
YUV131.92141.02120.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=29.58%
G=32.52%
B=37.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211331550.220.1400.39218.8214.5354.12
Hex79859B16E027dbf36
Octal17120523326160473331766
Binary111100110000101100110111011011100100111110110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79859B; }

 p { color: rgb(121,133,155); }

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

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

 a { background-color: rgb(121,133,155); }

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

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

 span { border-color: rgb(121,133,155); }

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