#7A889F

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

Shades of Light Slate Grey #7A889F

Tints of Light Slate Grey #7A889F

Color information

#7A889F (or 0x7A889F) is unknown color: approx Light Slate Grey. HEX triplet: 7A, 88 and 9F. RGB value is (122,136,159). Sum of RGB (Red+Green+Blue) = 122+136+159=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A889F is #857760. Grayscale: #868686. Windows color (decimal): -8746849 or 10455162. OLE color: 10455162.

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

Color convert

RGB122136159-
CMYK0.230.1400.38
HSL217.3º16.16%55.1%-
HSV(B)217.3º23.27%62.35%-
XYZ23.0924.2536.26-
YUV134.44141.86119.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=29.26%
G=32.61%
B=38.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221361590.230.1400.38217.316.1655.1
Hex7A889F17E026d91037
Octal17221023727160463312067
Binary1111010100010001001111110111111001001101101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,136,159); }

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

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

 a { background-color: rgb(122,136,159); }

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

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

 span { border-color: rgb(122,136,159); }

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