Html Css Color HEX #70838E Lynch

📋 copy color: '#70838E'

red 112 ◦ green 131 ◦ blue 142

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

Shades of Lynch #70838E

Tints of Lynch #70838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 29.09%
G = 34.03%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70838E (or 0x70838E) is known color: Lynch. HEX triplet: 70, 83 and 8E. RGB value is (112,131,142). Sum of RGB (Red+Green+Blue) = 112+131+142=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #70838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70838E is #8F7C71. Grayscale: #7E7E7E. Windows color (decimal): -9403506 or 9339760. OLE color: 9339760.

HSL color Cylindrical-coordinate representation of color #70838E: hue angle of 202º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70838E is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 131 142 -
CMYK 0.21 0.08 0 0.44
HSL 202º 0.12% 0.5% -
HSV(B) 202º 0.21% 0.56% -
XYZ 19.68 21.63 28.73 -
YUV 126.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 112 131 142 0.21 0.08 0 0.44 202 0.12 0.5
Hex 70 83 8E 15 8 0 2C CA C 32
Octal 160 203 216 25 10 0 54 312 14 62
Binary 1110000 10000011 10001110 10101 1000 0 101100 11001010 1100 110010

Color Harmonies of #70838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70838E

Black with #70838E

Text Example


Text Example

White with #70838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,131,142); }

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

background-color css

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

 a { background-color: rgb(112,131,142); }

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

border-color css

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

 span { border-color: rgb(112,131,142); }

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