#707F94

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

Shades of Slate Grey #707F94

Tints of Slate Grey #707F94

Color information

#707F94 (or 0x707F94) is unknown color: approx Slate Grey. HEX triplet: 70, 7F and 94. RGB value is (112,127,148). Sum of RGB (Red+Green+Blue) = 112+127+148=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #707F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F94 is #8F806B. Grayscale: #7C7C7C. Windows color (decimal): -9404524 or 9731952. OLE color: 9731952.

HSL color Cylindrical-coordinate representation of color #707F94: hue angle of 215º 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 #707F94 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112127148-
CMYK0.240.1400.42
HSL215º14.4%50.98%-
HSV(B)215º24.32%58.04%-
XYZ19.6220.7630.99-
YUV124.91141.03118.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=28.94%
G=32.82%
B=38.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121271480.240.1400.4221514.450.98
Hex707F9418E02Ad7e33
Octal16017722430160523271663
Binary11100001111111100101001100011100101010110101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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