#707E94

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

Shades of Slate Grey #707E94

Tints of Slate Grey #707E94

Color information

#707E94 (or 0x707E94) is unknown color: approx Slate Grey. HEX triplet: 70, 7E and 94. RGB value is (112,126,148). Sum of RGB (Red+Green+Blue) = 112+126+148=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #707E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E94 is #8F816B. Grayscale: #7C7C7C. Windows color (decimal): -9404780 or 9731696. OLE color: 9731696.

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

Color convert

RGB112126148-
CMYK0.240.1500.42
HSL216.67º14.4%50.98%-
HSV(B)216.67º24.32%58.04%-
XYZ19.4920.530.95-
YUV124.32141.36119.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=29.02%
G=32.64%
B=38.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121261480.240.1500.42216.6714.450.98
Hex707E9418F02Ad9e33
Octal16017622430170523311663
Binary11100001111110100101001100011110101010110110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,126,148); }

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

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

 a { background-color: rgb(112,126,148); }

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

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

 span { border-color: rgb(112,126,148); }

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