#79889B

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

Shades of Light Slate Grey #79889B

Tints of Light Slate Grey #79889B

Color information

#79889B (or 0x79889B) is unknown color: approx Light Slate Grey. HEX triplet: 79, 88 and 9B. RGB value is (121,136,155). Sum of RGB (Red+Green+Blue) = 121+136+155=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #79889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79889B is #867764. Grayscale: #858585. Windows color (decimal): -8812389 or 10193017. OLE color: 10193017.

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

Color convert

RGB121136155-
CMYK0.220.1200.39
HSL213.53º14.53%54.12%-
HSV(B)213.53º21.94%60.78%-
XYZ22.6124.0434.46-
YUV133.68140.03118.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=29.37%
G=33.01%
B=37.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211361550.220.1200.39213.5314.5354.12
Hex79889B16C027d6f36
Octal17121023326140473261766
Binary111100110001000100110111011011000100111110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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