#79869B

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

Shades of Light Slate Grey #79869B

Tints of Light Slate Grey #79869B

Color information

#79869B (or 0x79869B) is unknown color: approx Light Slate Grey. HEX triplet: 79, 86 and 9B. RGB value is (121,134,155). Sum of RGB (Red+Green+Blue) = 121+134+155=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #79869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79869B is #867964. Grayscale: #848484. Windows color (decimal): -8812901 or 10192505. OLE color: 10192505.

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

Color convert

RGB121134155-
CMYK0.220.1400.39
HSL217.06º14.53%54.12%-
HSV(B)217.06º21.94%60.78%-
XYZ22.3323.4834.37-
YUV132.51140.69119.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=29.51%
G=32.68%
B=37.80%

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
Decimal1211341550.220.1400.39217.0614.5354.12
Hex79869B16E027d9f36
Octal17120623326160473311766
Binary111100110000110100110111011011100100111110110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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