Html Css Color HEX #70879D Light Slate Grey

📋 copy color: '#70879D'

red 112 ◦ green 135 ◦ blue 157

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

Shades of Light Slate Grey #70879D

Tints of Light Slate Grey #70879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

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

R = 27.72%
G = 33.42%
B = 38.86%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70879D (or 0x70879D) is known color: Light Slate Grey. HEX triplet: 70, 87 and 9D. RGB value is (112,135,157). Sum of RGB (Red+Green+Blue) = 112+135+157=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #70879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70879D is #8F7862. Grayscale: #828282. Windows color (decimal): -9402467 or 10323824. OLE color: 10323824.

HSL color Cylindrical-coordinate representation of color #70879D: hue angle of 209.33º 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 #70879D is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 135 157 -
CMYK 0.29 0.14 0 0.38
HSL 209.33º 0.19% 0.53% -
HSV(B) 209.33º 0.29% 0.62% -
XYZ 21.43 23.21 35.25 -
YUV 130.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 112 135 157 0.29 0.14 0 0.38 209.33 0.19 0.53
Hex 70 87 9D 1D E 0 26 D1 13 35
Octal 160 207 235 35 16 0 46 321 23 65
Binary 1110000 10000111 10011101 11101 1110 0 100110 11010001 10011 110101

Color Harmonies of #70879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70879D

Black with #70879D

Text Example


Text Example

White with #70879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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