Html Css Color HEX #708390 Slate Grey

📋 copy color: '#708390'

red 112 ◦ green 131 ◦ blue 144

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

Shades of Slate Grey #708390

Tints of Slate Grey #708390

RGB

 RED value IS 112 (44.14% from 255) = 28.94%

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 28.94%
G = 33.85%
B = 37.21%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#708390 (or 0x708390) is known color: Slate Grey. HEX triplet: 70, 83 and 90. RGB value is (112,131,144). Sum of RGB (Red+Green+Blue) = 112+131+144=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #708390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708390 is #8F7C6F. Grayscale: #7E7E7E. Windows color (decimal): -9403504 or 9470832. OLE color: 9470832.

HSL color Cylindrical-coordinate representation of color #708390: hue angle of 204.38º 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 #708390 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 131 144 -
CMYK 0.22 0.09 0 0.44
HSL 204.38º 0.13% 0.5% -
HSV(B) 204.38º 0.22% 0.56% -
XYZ 19.83 21.69 29.53 -
YUV 126.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 112 131 144 0.22 0.09 0 0.44 204.38 0.13 0.5
Hex 70 83 90 16 9 0 2C CC D 32
Octal 160 203 220 26 11 0 54 314 15 62
Binary 1110000 10000011 10010000 10110 1001 0 101100 11001100 1101 110010

Color Harmonies of #708390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708390

Black with #708390

Text Example


Text Example

White with #708390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708390; }

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

 H1.HeaderClassName
 {
   color: #708390;
 }
 .AnyTagClassName
 {
   color: #708390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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