#707B94

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

Shades of Slate Grey #707B94

Tints of Slate Grey #707B94

Color information

#707B94 (or 0x707B94) is unknown color: approx Slate Grey. HEX triplet: 70, 7B and 94. RGB value is (112,123,148). Sum of RGB (Red+Green+Blue) = 112+123+148=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #707B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B94 is #8F846B. Grayscale: #7A7A7A. Windows color (decimal): -9405548 or 9730928. OLE color: 9730928.

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

Color convert

RGB112123148-
CMYK0.240.1700.42
HSL221.67º14.4%50.98%-
HSV(B)221.67º24.32%58.04%-
XYZ19.1119.7530.82-
YUV122.56142.36120.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=29.24%
G=32.11%
B=38.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121231480.240.1700.42221.6714.450.98
Hex707B94181102Adee33
Octal16017322430210523361663
Binary111000011110111001010011000100010101010110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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