Html Css Color HEX #70829B Light Slate Grey

📋 copy color: '#70829B'

red 112 ◦ green 130 ◦ blue 155

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

Shades of Light Slate Grey #70829B

Tints of Light Slate Grey #70829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 28.21%
G = 32.75%
B = 39.04%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70829B (or 0x70829B) is known color: Light Slate Grey. HEX triplet: 70, 82 and 9B. RGB value is (112,130,155). Sum of RGB (Red+Green+Blue) = 112+130+155=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #70829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70829B is #8F7D64. Grayscale: #7F7F7F. Windows color (decimal): -9403749 or 10191472. OLE color: 10191472.

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

Color convert

RGB 112 130 155 -
CMYK 0.28 0.16 0 0.39
HSL 214.88º 0.18% 0.52% -
HSV(B) 214.88º 0.28% 0.61% -
XYZ 20.58 21.78 34.13 -
YUV 127.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 112 130 155 0.28 0.16 0 0.39 214.88 0.18 0.52
Hex 70 82 9B 1C 10 0 27 D7 12 34
Octal 160 202 233 34 20 0 47 327 22 64
Binary 1110000 10000010 10011011 11100 10000 0 100111 11010111 10010 110100

Color Harmonies of #70829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70829B

Black with #70829B

Text Example


Text Example

White with #70829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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