Html Css Color HEX #70879A Light Slate Grey

📋 copy color: '#70879A'

red 112 ◦ green 135 ◦ blue 154

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

Shades of Light Slate Grey #70879A

Tints of Light Slate Grey #70879A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 27.93%
G = 33.67%
B = 38.4%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70879A (or 0x70879A) is known color: Light Slate Grey. HEX triplet: 70, 87 and 9A. RGB value is (112,135,154). Sum of RGB (Red+Green+Blue) = 112+135+154=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #70879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70879A is #8F7865. Grayscale: #828282. Windows color (decimal): -9402470 or 10127216. OLE color: 10127216.

HSL color Cylindrical-coordinate representation of color #70879A: hue angle of 207.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70879A is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 135 154 -
CMYK 0.27 0.12 0 0.40
HSL 207.14º 0.17% 0.52% -
HSV(B) 207.14º 0.27% 0.6% -
XYZ 21.18 23.11 33.92 -
YUV 130.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 112 135 154 0.27 0.12 0 0.40 207.14 0.17 0.52
Hex 70 87 9A 1B C 0 28 CF 11 34
Octal 160 207 232 33 14 0 50 317 21 64
Binary 1110000 10000111 10011010 11011 1100 0 101000 11001111 10001 110100

Color Harmonies of #70879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70879A

Black with #70879A

Text Example


Text Example

White with #70879A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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