Html Css Color HEX #70859B Light Slate Grey

📋 copy color: '#70859B'

red 112 ◦ green 133 ◦ blue 155

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

Shades of Light Slate Grey #70859B

Tints of Light Slate Grey #70859B

RGB

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

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

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

R = 28%
G = 33.25%
B = 38.75%

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

#70859B (or 0x70859B) is known color: Light Slate Grey. HEX triplet: 70, 85 and 9B. RGB value is (112,133,155). Sum of RGB (Red+Green+Blue) = 112+133+155=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #70859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70859B is #8F7A64. Grayscale: #818181. Windows color (decimal): -9402981 or 10192240. OLE color: 10192240.

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

Color convert

RGB 112 133 155 -
CMYK 0.28 0.14 0 0.39
HSL 210.7º 0.18% 0.52% -
HSV(B) 210.7º 0.28% 0.61% -
XYZ 20.99 22.59 34.26 -
YUV 129.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 112 133 155 0.28 0.14 0 0.39 210.7 0.18 0.52
Hex 70 85 9B 1C E 0 27 D3 12 34
Octal 160 205 233 34 16 0 47 323 22 64
Binary 1110000 10000101 10011011 11100 1110 0 100111 11010011 10010 110100

Color Harmonies of #70859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70859B

Black with #70859B

Text Example


Text Example

White with #70859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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