Html Css Color HEX #708397 Slate Grey

📋 copy color: '#708397'

red 112 ◦ green 131 ◦ blue 151

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

Shades of Slate Grey #708397

Tints of Slate Grey #708397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.32%

R = 28.43%
G = 33.25%
B = 38.32%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#708397 (or 0x708397) is known color: Slate Grey. HEX triplet: 70, 83 and 97. RGB value is (112,131,151). Sum of RGB (Red+Green+Blue) = 112+131+151=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #708397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708397 is #8F7C68. Grayscale: #7F7F7F. Windows color (decimal): -9403497 or 9929584. OLE color: 9929584.

HSL color Cylindrical-coordinate representation of color #708397: hue angle of 210.77º 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 #708397 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 131 151 -
CMYK 0.26 0.13 0 0.41
HSL 210.77º 0.16% 0.52% -
HSV(B) 210.77º 0.26% 0.59% -
XYZ 20.38 21.91 32.43 -
YUV 127.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 112 131 151 0.26 0.13 0 0.41 210.77 0.16 0.52
Hex 70 83 97 1A D 0 29 D3 10 34
Octal 160 203 227 32 15 0 51 323 20 64
Binary 1110000 10000011 10010111 11010 1101 0 101001 11010011 10000 110100

Color Harmonies of #708397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708397

Black with #708397

Text Example


Text Example

White with #708397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708397; }

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

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

background-color css

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

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

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

border-color css

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

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

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