Html Css Color HEX #70809C Light Slate Grey

📋 copy color: '#70809C'

red 112 ◦ green 128 ◦ blue 156

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

Shades of Light Slate Grey #70809C

Tints of Light Slate Grey #70809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 28.28%
G = 32.32%
B = 39.39%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70809C (or 0x70809C) is known color: Light Slate Grey. HEX triplet: 70, 80 and 9C. RGB value is (112,128,156). Sum of RGB (Red+Green+Blue) = 112+128+156=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #70809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70809C is #8F7F63. Grayscale: #7E7E7E. Windows color (decimal): -9404260 or 10256496. OLE color: 10256496.

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

Color convert

RGB 112 128 156 -
CMYK 0.28 0.18 0 0.39
HSL 218.18º 0.18% 0.53% -
HSV(B) 218.18º 0.28% 0.61% -
XYZ 20.4 21.28 34.49 -
YUV 126.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 112 128 156 0.28 0.18 0 0.39 218.18 0.18 0.53
Hex 70 80 9C 1C 12 0 27 DA 12 35
Octal 160 200 234 34 22 0 47 332 22 65
Binary 1110000 10000000 10011100 11100 10010 0 100111 11011010 10010 110101

Color Harmonies of #70809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70809C

Black with #70809C

Text Example


Text Example

White with #70809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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