#707997

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

Shades of Slate Grey #707997

Tints of Slate Grey #707997

Color information

#707997 (or 0x707997) is unknown color: approx Slate Grey. HEX triplet: 70, 79 and 97. RGB value is (112,121,151). Sum of RGB (Red+Green+Blue) = 112+121+151=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #707997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707997 is #8F8668. Grayscale: #797979. Windows color (decimal): -9406057 or 9927024. OLE color: 9927024.

HSL color Cylindrical-coordinate representation of color #707997: hue angle of 226.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707997 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112121151-
CMYK0.260.2000.41
HSL226.15º15.79%51.57%-
HSV(B)226.15º25.83%59.22%-
XYZ19.1119.3532.01-
YUV121.73144.52121.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=29.17%
G=31.51%
B=39.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121211510.260.2000.41226.1515.7951.57
Hex7079971A14029e21034
Octal16017122732240513422064
Binary1110000111100110010111110101010001010011110001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707997; }

 p { color: rgb(112,121,151); }

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

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

 a { background-color: rgb(112,121,151); }

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

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

 span { border-color: rgb(112,121,151); }

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