Html Css Color HEX #70839B Light Slate Grey

📋 copy color: '#70839B'

red 112 ◦ green 131 ◦ blue 155

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

Shades of Light Slate Grey #70839B

Tints of Light Slate Grey #70839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 28.14%
G = 32.91%
B = 38.94%

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

#70839B (or 0x70839B) is known color: Light Slate Grey. HEX triplet: 70, 83 and 9B. RGB value is (112,131,155). Sum of RGB (Red+Green+Blue) = 112+131+155=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #70839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70839B is #8F7C64. Grayscale: #7F7F7F. Windows color (decimal): -9403493 or 10191728. OLE color: 10191728.

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

Color convert

RGB 112 131 155 -
CMYK 0.28 0.15 0 0.39
HSL 213.49º 0.18% 0.52% -
HSV(B) 213.49º 0.28% 0.61% -
XYZ 20.71 22.04 34.17 -
YUV 128.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 112 131 155 0.28 0.15 0 0.39 213.49 0.18 0.52
Hex 70 83 9B 1C F 0 27 D5 12 34
Octal 160 203 233 34 17 0 47 325 22 64
Binary 1110000 10000011 10011011 11100 1111 0 100111 11010101 10010 110100

Color Harmonies of #70839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70839B

Black with #70839B

Text Example


Text Example

White with #70839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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