#79848D

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

Shades of Slate Grey #79848D

Tints of Slate Grey #79848D

Color information

#79848D (or 0x79848D) is unknown color: approx Slate Grey. HEX triplet: 79, 84 and 8D. RGB value is (121,132,141). Sum of RGB (Red+Green+Blue) = 121+132+141=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #79848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79848D is #867B72. Grayscale: #818181. Windows color (decimal): -8813427 or 9274489. OLE color: 9274489.

HSL color Cylindrical-coordinate representation of color #79848D: hue angle of 207º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79848D is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121132141-
CMYK0.140.0600.45
HSL207º8.06%51.37%-
HSV(B)207º14.18%55.29%-
XYZ20.9422.4928.44-
YUV129.74134.36121.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=30.71%
G=33.50%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211321410.140.0600.452078.0651.37
Hex79848DE602Dcf833
Octal1712042151660553171063
Binary1111001100001001000110111101100101101110011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79848D; }

 p { color: rgb(121,132,141); }

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

<style>
 a { background-color: #79848D; }

 a { background-color: rgb(121,132,141); }

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

<style>
 span { border-color: #79848D; }

 span { border-color: rgb(121,132,141); }

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