Html Css Color HEX #70869E Light Slate Grey

📋 copy color: '#70869E'

red 112 ◦ green 134 ◦ blue 158

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

Shades of Light Slate Grey #70869E

Tints of Light Slate Grey #70869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 27.72%
G = 33.17%
B = 39.11%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70869E (or 0x70869E) is known color: Light Slate Grey. HEX triplet: 70, 86 and 9E. RGB value is (112,134,158). Sum of RGB (Red+Green+Blue) = 112+134+158=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #70869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70869E is #8F7961. Grayscale: #828282. Windows color (decimal): -9402722 or 10389104. OLE color: 10389104.

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

Color convert

RGB 112 134 158 -
CMYK 0.29 0.15 0 0.38
HSL 211.3º 0.19% 0.53% -
HSV(B) 211.3º 0.29% 0.62% -
XYZ 21.38 22.96 35.65 -
YUV 130.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 112 134 158 0.29 0.15 0 0.38 211.3 0.19 0.53
Hex 70 86 9E 1D F 0 26 D3 13 35
Octal 160 206 236 35 17 0 46 323 23 65
Binary 1110000 10000110 10011110 11101 1111 0 100110 11010011 10011 110101

Color Harmonies of #70869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70869E

Black with #70869E

Text Example


Text Example

White with #70869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70869E; }

 p { color: rgb(112,134,158); }

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

background-color css

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

 a { background-color: rgb(112,134,158); }

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

border-color css

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

 span { border-color: rgb(112,134,158); }

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