Html Css Color HEX #70829C Light Slate Grey

📋 copy color: '#70829C'

red 112 ◦ green 130 ◦ blue 156

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

Shades of Light Slate Grey #70829C

Tints of Light Slate Grey #70829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 28.14%
G = 32.66%
B = 39.2%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70829C (or 0x70829C) is known color: Light Slate Grey. HEX triplet: 70, 82 and 9C. RGB value is (112,130,156). Sum of RGB (Red+Green+Blue) = 112+130+156=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #70829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70829C is #8F7D63. Grayscale: #7F7F7F. Windows color (decimal): -9403748 or 10257008. OLE color: 10257008.

HSL color Cylindrical-coordinate representation of color #70829C: hue angle of 215.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70829C is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 130 156 -
CMYK 0.28 0.17 0 0.39
HSL 215.45º 0.18% 0.53% -
HSV(B) 215.45º 0.28% 0.61% -
XYZ 20.67 21.81 34.57 -
YUV 127.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 112 130 156 0.28 0.17 0 0.39 215.45 0.18 0.53
Hex 70 82 9C 1C 11 0 27 D7 12 35
Octal 160 202 234 34 21 0 47 327 22 65
Binary 1110000 10000010 10011100 11100 10001 0 100111 11010111 10010 110101

Color Harmonies of #70829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70829C

Black with #70829C

Text Example


Text Example

White with #70829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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