Html Css Color HEX #70859C Light Slate Grey

📋 copy color: '#70859C'

red 112 ◦ green 133 ◦ blue 156

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

Shades of Light Slate Grey #70859C

Tints of Light Slate Grey #70859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 27.93%
G = 33.17%
B = 38.9%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70859C (or 0x70859C) is known color: Light Slate Grey. HEX triplet: 70, 85 and 9C. RGB value is (112,133,156). Sum of RGB (Red+Green+Blue) = 112+133+156=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #70859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70859C is #8F7A63. Grayscale: #818181. Windows color (decimal): -9402980 or 10257776. OLE color: 10257776.

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

Color convert

RGB 112 133 156 -
CMYK 0.28 0.15 0 0.39
HSL 211.36º 0.18% 0.53% -
HSV(B) 211.36º 0.28% 0.61% -
XYZ 21.07 22.62 34.71 -
YUV 129.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 112 133 156 0.28 0.15 0 0.39 211.36 0.18 0.53
Hex 70 85 9C 1C F 0 27 D3 12 35
Octal 160 205 234 34 17 0 47 323 22 65
Binary 1110000 10000101 10011100 11100 1111 0 100111 11010011 10010 110101

Color Harmonies of #70859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70859C

Black with #70859C

Text Example


Text Example

White with #70859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70859C; }

 p { color: rgb(112,133,156); }

 H1.HeaderClassName
 {
   color: #70859C;
 }
 .AnyTagClassName
 {
   color: #70859C;
 }
</style>

background-color css

<style>
 a { background-color: #70859C; }

 a { background-color: rgb(112,133,156); }

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

border-color css

<style>
 span { border-color: #70859C; }

 span { border-color: rgb(112,133,156); }

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