Html Css Color HEX #708090 SlateGray

📋 copy color: '#708090'

red 112 ◦ green 128 ◦ blue 144

#708090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of SlateGray #708090

Tints of SlateGray #708090

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 value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

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

RGB 112 128 144 -
CMYK 0.22 0.11 0 0.44
HSL 210º 0.13% 0.5% -
HSV(B) 210º 0.22% 0.56% -
XYZ 19.44 20.9 29.39 -
YUV 125.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 112 128 144 0.22 0.11 0 0.44 210 0.13 0.5
Hex 70 80 90 16 B 0 2C D2 D 32
Octal 160 200 220 26 13 0 54 322 15 62
Binary 1110000 10000000 10010000 10110 1011 0 101100 11010010 1101 110010

Color Harmonies of #708090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708090

Black with #708090

Text Example


Text Example

White with #708090

Text Example


Text Example

HTML Codes & Css Web 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>