#7A879B

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

Shades of Light Slate Grey #7A879B

Tints of Light Slate Grey #7A879B

Color information

#7A879B (or 0x7A879B) is unknown color: approx Light Slate Grey. HEX triplet: 7A, 87 and 9B. RGB value is (122,135,155). Sum of RGB (Red+Green+Blue) = 122+135+155=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 135 (53.12% from 255 or 32.77% 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 #7A879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A879B is #857864. Grayscale: #858585. Windows color (decimal): -8747109 or 10192762. OLE color: 10192762.

HSL color Cylindrical-coordinate representation of color #7A879B: hue angle of 216.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A879B is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB122135155-
CMYK0.210.1300.39
HSL216.36º14.16%54.31%-
HSV(B)216.36º21.29%60.78%-
XYZ22.6123.8334.42-
YUV133.39140.19119.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=29.61%
G=32.77%
B=37.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221351550.210.1300.39216.3614.1654.31
Hex7A879B15D027d8e36
Octal17220723325150473301666
Binary111101010000111100110111010111010100111110110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A879B; }

 p { color: rgb(122,135,155); }

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

<style>
 a { background-color: #7A879B; }

 a { background-color: rgb(122,135,155); }

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

<style>
 span { border-color: #7A879B; }

 span { border-color: rgb(122,135,155); }

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