Html Css Color HEX #70879B Light Slate Grey

📋 copy color: '#70879B'

red 112 ◦ green 135 ◦ blue 155

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

Shades of Light Slate Grey #70879B

Tints of Light Slate Grey #70879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 27.86%
G = 33.58%
B = 38.56%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70879B (or 0x70879B) is known color: Light Slate Grey. HEX triplet: 70, 87 and 9B. RGB value is (112,135,155). Sum of RGB (Red+Green+Blue) = 112+135+155=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #70879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70879B is #8F7864. Grayscale: #828282. Windows color (decimal): -9402469 or 10192752. OLE color: 10192752.

HSL color Cylindrical-coordinate representation of color #70879B: hue angle of 207.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70879B is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 135 155 -
CMYK 0.28 0.13 0 0.39
HSL 207.91º 0.18% 0.52% -
HSV(B) 207.91º 0.28% 0.61% -
XYZ 21.26 23.14 34.36 -
YUV 130.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 112 135 155 0.28 0.13 0 0.39 207.91 0.18 0.52
Hex 70 87 9B 1C D 0 27 D0 12 34
Octal 160 207 233 34 15 0 47 320 22 64
Binary 1110000 10000111 10011011 11100 1101 0 100111 11010000 10010 110100

Color Harmonies of #70879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70879B

Black with #70879B

Text Example


Text Example

White with #70879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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