#708090

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

Shades of SlateGray #708090

Tints of SlateGray #708090

Color information

#708090 (or 0x708090) is known color: SlateGray. HEX triplet: 70, 80 and 90. RGB value is (112,128,144). Sum of RGB (Red+Green+Blue) = 112+128+144=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #708090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708090 is #8F7F6F. Grayscale: #7C7C7C. Windows color (decimal): -9404272 or 9470064. OLE color: 9470064.

HSL color Cylindrical-coordinate representation of color #708090: hue angle of 210º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708090 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112128144-
CMYK0.220.1100.44
HSL210º12.6%50.2%-
HSV(B)210º22.22%56.47%-
XYZ19.4420.929.39-
YUV125.04138.7118.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=29.17%
G=33.33%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121281440.220.1100.4421012.650.2
Hex70809016B02Cd2d32
Octal16020022026130543221562
Binary111000010000000100100001011010110101100110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708090; }

 p { color: rgb(112,128,144); }

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

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

 a { background-color: rgb(112,128,144); }

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

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

 span { border-color: rgb(112,128,144); }

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