#7A899D

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

Shades of Light Slate Grey #7A899D

Tints of Light Slate Grey #7A899D

Color information

#7A899D (or 0x7A899D) is unknown color: approx Light Slate Grey. HEX triplet: 7A, 89 and 9D. RGB value is (122,137,157). Sum of RGB (Red+Green+Blue) = 122+137+157=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A899D is #857662. Grayscale: #868686. Windows color (decimal): -8746595 or 10324346. OLE color: 10324346.

HSL color Cylindrical-coordinate representation of color #7A899D: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A899D is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122137157-
CMYK0.220.1300.38
HSL214.29º15.15%54.71%-
HSV(B)214.29º22.29%61.57%-
XYZ23.0624.4635.4-
YUV134.79140.53118.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=29.33%
G=32.93%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221371570.220.1300.38214.2915.1554.71
Hex7A899D16D026d6f37
Octal17221123526150463261767
Binary111101010001001100111011011011010100110110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,137,157); }

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

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

 a { background-color: rgb(122,137,157); }

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

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

 span { border-color: rgb(122,137,157); }

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