Html Css Color HEX #70869B Light Slate Grey

📋 copy color: '#70869B'

red 112 ◦ green 134 ◦ blue 155

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

Shades of Light Slate Grey #70869B

Tints of Light Slate Grey #70869B

RGB

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

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

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

R = 27.93%
G = 33.42%
B = 38.65%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70869B (or 0x70869B) is known color: Light Slate Grey. HEX triplet: 70, 86 and 9B. RGB value is (112,134,155). Sum of RGB (Red+Green+Blue) = 112+134+155=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #70869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70869B is #8F7964. Grayscale: #818181. Windows color (decimal): -9402725 or 10192496. OLE color: 10192496.

HSL color Cylindrical-coordinate representation of color #70869B: hue angle of 209.3º 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 #70869B is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 134 155 -
CMYK 0.28 0.14 0 0.39
HSL 209.3º 0.18% 0.52% -
HSV(B) 209.3º 0.28% 0.61% -
XYZ 21.12 22.86 34.31 -
YUV 129.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 112 134 155 0.28 0.14 0 0.39 209.3 0.18 0.52
Hex 70 86 9B 1C E 0 27 D1 12 34
Octal 160 206 233 34 16 0 47 321 22 64
Binary 1110000 10000110 10011011 11100 1110 0 100111 11010001 10010 110100

Color Harmonies of #70869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70869B

Black with #70869B

Text Example


Text Example

White with #70869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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