Html Css Color HEX #708291 Slate Grey

📋 copy color: '#708291'

red 112 ◦ green 130 ◦ blue 145

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

Shades of Slate Grey #708291

Tints of Slate Grey #708291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 28.94%
G = 33.59%
B = 37.47%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708291 (or 0x708291) is known color: Slate Grey. HEX triplet: 70, 82 and 91. RGB value is (112,130,145). Sum of RGB (Red+Green+Blue) = 112+130+145=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #708291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708291 is #8F7D6E. Grayscale: #7E7E7E. Windows color (decimal): -9403759 or 9536112. OLE color: 9536112.

HSL color Cylindrical-coordinate representation of color #708291: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708291 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 130 145 -
CMYK 0.23 0.10 0 0.43
HSL 207.27º 0.13% 0.5% -
HSV(B) 207.27º 0.23% 0.57% -
XYZ 19.78 21.45 29.89 -
YUV 126.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 112 130 145 0.23 0.10 0 0.43 207.27 0.13 0.5
Hex 70 82 91 17 A 0 2B CF D 32
Octal 160 202 221 27 12 0 53 317 15 62
Binary 1110000 10000010 10010001 10111 1010 0 101011 11001111 1101 110010

Color Harmonies of #708291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708291

Black with #708291

Text Example


Text Example

White with #708291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708291; }

 p { color: rgb(112,130,145); }

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

background-color css

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

 a { background-color: rgb(112,130,145); }

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

border-color css

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

 span { border-color: rgb(112,130,145); }

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