Html Css Color HEX #70859F Light Slate Grey

📋 copy color: '#70859F'

red 112 ◦ green 133 ◦ blue 159

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

Shades of Light Slate Grey #70859F

Tints of Light Slate Grey #70859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 27.72%
G = 32.92%
B = 39.36%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70859F (or 0x70859F) is known color: Light Slate Grey. HEX triplet: 70, 85 and 9F. RGB value is (112,133,159). Sum of RGB (Red+Green+Blue) = 112+133+159=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #70859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70859F is #8F7A60. Grayscale: #818181. Windows color (decimal): -9402977 or 10454384. OLE color: 10454384.

HSL color Cylindrical-coordinate representation of color #70859F: hue angle of 213.19º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70859F is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 133 159 -
CMYK 0.30 0.16 0 0.38
HSL 213.19º 0.2% 0.53% -
HSV(B) 213.19º 0.3% 0.62% -
XYZ 21.33 22.72 36.06 -
YUV 129.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 112 133 159 0.30 0.16 0 0.38 213.19 0.2 0.53
Hex 70 85 9F 1E 10 0 26 D5 14 35
Octal 160 205 237 36 20 0 46 325 24 65
Binary 1110000 10000101 10011111 11110 10000 0 100110 11010101 10100 110101

Color Harmonies of #70859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70859F

Black with #70859F

Text Example


Text Example

White with #70859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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