Html Css Color HEX #707B94 Slate Grey

📋 copy color: '#707B94'

red 112 ◦ green 123 ◦ blue 148

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

Shades of Slate Grey #707B94

Tints of Slate Grey #707B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

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

R = 29.24%
G = 32.11%
B = 38.64%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#707B94 (or 0x707B94) is known color: Slate Grey. HEX triplet: 70, 7B and 94. RGB value is (112,123,148). Sum of RGB (Red+Green+Blue) = 112+123+148=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #707B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B94 is #8F846B. Grayscale: #7A7A7A. Windows color (decimal): -9405548 or 9730928. OLE color: 9730928.

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

Color convert

RGB 112 123 148 -
CMYK 0.24 0.17 0 0.42
HSL 221.67º 0.14% 0.51% -
HSV(B) 221.67º 0.24% 0.58% -
XYZ 19.11 19.75 30.82 -
YUV 122.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 112 123 148 0.24 0.17 0 0.42 221.67 0.14 0.51
Hex 70 7B 94 18 11 0 2A DE E 33
Octal 160 173 224 30 21 0 52 336 16 63
Binary 1110000 1111011 10010100 11000 10001 0 101010 11011110 1110 110011

Color Harmonies of #707B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B94

Black with #707B94

Text Example


Text Example

White with #707B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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