Html Css Color HEX #707D94 Slate Grey

📋 copy color: '#707D94'

red 112 ◦ green 125 ◦ blue 148

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

Shades of Slate Grey #707D94

Tints of Slate Grey #707D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 29.09%
G = 32.47%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707D94 (or 0x707D94) is known color: Slate Grey. HEX triplet: 70, 7D and 94. RGB value is (112,125,148). Sum of RGB (Red+Green+Blue) = 112+125+148=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #707D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D94 is #8F826B. Grayscale: #7B7B7B. Windows color (decimal): -9405036 or 9731440. OLE color: 9731440.

HSL color Cylindrical-coordinate representation of color #707D94: hue angle of 218.33º 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 #707D94 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 125 148 -
CMYK 0.24 0.16 0 0.42
HSL 218.33º 0.14% 0.51% -
HSV(B) 218.33º 0.24% 0.58% -
XYZ 19.36 20.25 30.91 -
YUV 123.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 112 125 148 0.24 0.16 0 0.42 218.33 0.14 0.51
Hex 70 7D 94 18 10 0 2A DA E 33
Octal 160 175 224 30 20 0 52 332 16 63
Binary 1110000 1111101 10010100 11000 10000 0 101010 11011010 1110 110011

Color Harmonies of #707D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D94

Black with #707D94

Text Example


Text Example

White with #707D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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