Html Css Color HEX #708294 Slate Grey

📋 copy color: '#708294'

red 112 ◦ green 130 ◦ blue 148

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

Shades of Slate Grey #708294

Tints of Slate Grey #708294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 28.72%
G = 33.33%
B = 37.95%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708294 (or 0x708294) is known color: Slate Grey. HEX triplet: 70, 82 and 94. RGB value is (112,130,148). Sum of RGB (Red+Green+Blue) = 112+130+148=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #708294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708294 is #8F7D6B. Grayscale: #7E7E7E. Windows color (decimal): -9403756 or 9732720. OLE color: 9732720.

HSL color Cylindrical-coordinate representation of color #708294: hue angle of 210º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708294 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 130 148 -
CMYK 0.24 0.12 0 0.42
HSL 210º 0.14% 0.51% -
HSV(B) 210º 0.24% 0.58% -
XYZ 20.01 21.55 31.12 -
YUV 126.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 112 130 148 0.24 0.12 0 0.42 210 0.14 0.51
Hex 70 82 94 18 C 0 2A D2 E 33
Octal 160 202 224 30 14 0 52 322 16 63
Binary 1110000 10000010 10010100 11000 1100 0 101010 11010010 1110 110011

Color Harmonies of #708294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708294

Black with #708294

Text Example


Text Example

White with #708294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708294; }

 p { color: rgb(112,130,148); }

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

background-color css

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

 a { background-color: rgb(112,130,148); }

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

border-color css

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

 span { border-color: rgb(112,130,148); }

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