Html Css Color HEX #707F94 Slate Grey

📋 copy color: '#707F94'

red 112 ◦ green 127 ◦ blue 148

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

Shades of Slate Grey #707F94

Tints of Slate Grey #707F94

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

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

R = 28.94%
G = 32.82%
B = 38.24%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707F94 (or 0x707F94) is known color: Slate Grey. HEX triplet: 70, 7F and 94. RGB value is (112,127,148). Sum of RGB (Red+Green+Blue) = 112+127+148=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #707F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F94 is #8F806B. Grayscale: #7C7C7C. Windows color (decimal): -9404524 or 9731952. OLE color: 9731952.

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

Color convert

RGB 112 127 148 -
CMYK 0.24 0.14 0 0.42
HSL 215º 0.14% 0.51% -
HSV(B) 215º 0.24% 0.58% -
XYZ 19.62 20.76 30.99 -
YUV 124.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 112 127 148 0.24 0.14 0 0.42 215 0.14 0.51
Hex 70 7F 94 18 E 0 2A D7 E 33
Octal 160 177 224 30 16 0 52 327 16 63
Binary 1110000 1111111 10010100 11000 1110 0 101010 11010111 1110 110011

Color Harmonies of #707F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707F94

Black with #707F94

Text Example


Text Example

White with #707F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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