Html Css Color HEX #70809D Light Slate Grey

📋 copy color: '#70809D'

red 112 ◦ green 128 ◦ blue 157

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

Shades of Light Slate Grey #70809D

Tints of Light Slate Grey #70809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 28.21%
G = 32.24%
B = 39.55%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70809D (or 0x70809D) is known color: Light Slate Grey. HEX triplet: 70, 80 and 9D. RGB value is (112,128,157). Sum of RGB (Red+Green+Blue) = 112+128+157=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #70809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70809D is #8F7F62. Grayscale: #7E7E7E. Windows color (decimal): -9404259 or 10322032. OLE color: 10322032.

HSL color Cylindrical-coordinate representation of color #70809D: hue angle of 218.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70809D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 128 157 -
CMYK 0.29 0.18 0 0.38
HSL 218.67º 0.19% 0.53% -
HSV(B) 218.67º 0.29% 0.62% -
XYZ 20.49 21.32 34.93 -
YUV 126.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 112 128 157 0.29 0.18 0 0.38 218.67 0.19 0.53
Hex 70 80 9D 1D 12 0 26 DB 13 35
Octal 160 200 235 35 22 0 46 333 23 65
Binary 1110000 10000000 10011101 11101 10010 0 100110 11011011 10011 110101

Color Harmonies of #70809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70809D

Black with #70809D

Text Example


Text Example

White with #70809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70809D; }

 p { color: rgb(112,128,157); }

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

background-color css

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

 a { background-color: rgb(112,128,157); }

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

border-color css

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

 span { border-color: rgb(112,128,157); }

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