Html Css Color HEX #708396 Slate Grey

📋 copy color: '#708396'

red 112 ◦ green 131 ◦ blue 150

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

Shades of Slate Grey #708396

Tints of Slate Grey #708396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 28.5%
G = 33.33%
B = 38.17%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#708396 (or 0x708396) is known color: Slate Grey. HEX triplet: 70, 83 and 96. RGB value is (112,131,150). Sum of RGB (Red+Green+Blue) = 112+131+150=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #708396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708396 is #8F7C69. Grayscale: #7F7F7F. Windows color (decimal): -9403498 or 9864048. OLE color: 9864048.

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

Color convert

RGB 112 131 150 -
CMYK 0.25 0.13 0 0.41
HSL 210º 0.15% 0.51% -
HSV(B) 210º 0.25% 0.59% -
XYZ 20.3 21.88 32.01 -
YUV 127.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 112 131 150 0.25 0.13 0 0.41 210 0.15 0.51
Hex 70 83 96 19 D 0 29 D2 F 33
Octal 160 203 226 31 15 0 51 322 17 63
Binary 1110000 10000011 10010110 11001 1101 0 101001 11010010 1111 110011

Color Harmonies of #708396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708396

Black with #708396

Text Example


Text Example

White with #708396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708396; }

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

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

background-color css

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

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

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

border-color css

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

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

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