Html Css Color HEX #708395 Slate Grey

📋 copy color: '#708395'

red 112 ◦ green 131 ◦ blue 149

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

Shades of Slate Grey #708395

Tints of Slate Grey #708395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 28.57%
G = 33.42%
B = 38.01%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708395 (or 0x708395) is known color: Slate Grey. HEX triplet: 70, 83 and 95. RGB value is (112,131,149). Sum of RGB (Red+Green+Blue) = 112+131+149=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #708395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708395 is #8F7C6A. Grayscale: #7F7F7F. Windows color (decimal): -9403499 or 9798512. OLE color: 9798512.

HSL color Cylindrical-coordinate representation of color #708395: hue angle of 209.19º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708395 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 131 149 -
CMYK 0.25 0.12 0 0.42
HSL 209.19º 0.15% 0.51% -
HSV(B) 209.19º 0.25% 0.58% -
XYZ 20.22 21.85 31.58 -
YUV 127.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 112 131 149 0.25 0.12 0 0.42 209.19 0.15 0.51
Hex 70 83 95 19 C 0 2A D1 F 33
Octal 160 203 225 31 14 0 52 321 17 63
Binary 1110000 10000011 10010101 11001 1100 0 101010 11010001 1111 110011

Color Harmonies of #708395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708395

Black with #708395

Text Example


Text Example

White with #708395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708395; }

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

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

background-color css

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

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

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

border-color css

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

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

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