#707D95

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

Shades of Slate Grey #707D95

Tints of Slate Grey #707D95

Color information

#707D95 (or 0x707D95) is unknown color: approx Slate Grey. HEX triplet: 70, 7D and 95. RGB value is (112,125,149). Sum of RGB (Red+Green+Blue) = 112+125+149=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #707D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D95 is #8F826A. Grayscale: #7B7B7B. Windows color (decimal): -9405035 or 9796976. OLE color: 9796976.

HSL color Cylindrical-coordinate representation of color #707D95: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707D95 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112125149-
CMYK0.250.1600.42
HSL218.92º14.86%51.18%-
HSV(B)218.92º24.83%58.43%-
XYZ19.4420.2831.32-
YUV123.85142.19119.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=29.02%
G=32.38%
B=38.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121251490.250.1600.42218.9214.8651.18
Hex707D95191002Adbf33
Octal16017522531200523331763
Binary111000011111011001010111001100000101010110110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707D95; }

 p { color: rgb(112,125,149); }

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

<style>
 a { background-color: #707D95; }

 a { background-color: rgb(112,125,149); }

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

<style>
 span { border-color: #707D95; }

 span { border-color: rgb(112,125,149); }

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