#7085A2

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

Shades of Light Slate Grey #7085A2

Tints of Light Slate Grey #7085A2

Color information

#7085A2 (or 0x7085A2) is unknown color: approx Light Slate Grey. HEX triplet: 70, 85 and A2. RGB value is (112,133,162). Sum of RGB (Red+Green+Blue) = 112+133+162=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 162 - color contains mainly: blue. Hex color #7085A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7085A2 is #8F7A5D. Grayscale: #818181. Windows color (decimal): -9402974 or 10650992. OLE color: 10650992.

HSL color Cylindrical-coordinate representation of color #7085A2: hue angle of 214.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7085A2 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112133162-
CMYK0.310.1800.36
HSL214.8º21.19%53.73%-
HSV(B)214.8º30.86%63.53%-
XYZ21.5922.8337.45-
YUV130.03146.04115.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=27.52%
G=32.68%
B=39.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121331620.310.1800.36214.821.1953.73
Hex7085A21F12024d71536
Octal16020524237220443272566
Binary11100001000010110100010111111001001001001101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7085A2; }

 p { color: rgb(112,133,162); }

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

<style>
 a { background-color: #7085A2; }

 a { background-color: rgb(112,133,162); }

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

<style>
 span { border-color: #7085A2; }

 span { border-color: rgb(112,133,162); }

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