Html Css Color HEX #70849E Light Slate Grey

📋 copy color: '#70849E'

red 112 ◦ green 132 ◦ blue 158

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

Shades of Light Slate Grey #70849E

Tints of Light Slate Grey #70849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

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

R = 27.86%
G = 32.84%
B = 39.3%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70849E (or 0x70849E) is known color: Light Slate Grey. HEX triplet: 70, 84 and 9E. RGB value is (112,132,158). Sum of RGB (Red+Green+Blue) = 112+132+158=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #70849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70849E is #8F7B61. Grayscale: #808080. Windows color (decimal): -9403234 or 10388592. OLE color: 10388592.

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

Color convert

RGB 112 132 158 -
CMYK 0.29 0.16 0 0.38
HSL 213.91º 0.19% 0.53% -
HSV(B) 213.91º 0.29% 0.62% -
XYZ 21.1 22.42 35.56 -
YUV 128.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 112 132 158 0.29 0.16 0 0.38 213.91 0.19 0.53
Hex 70 84 9E 1D 10 0 26 D6 13 35
Octal 160 204 236 35 20 0 46 326 23 65
Binary 1110000 10000100 10011110 11101 10000 0 100110 11010110 10011 110101

Color Harmonies of #70849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70849E

Black with #70849E

Text Example


Text Example

White with #70849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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