#757E94

Color #757E94 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #757E94

Tints of Slate Grey #757E94

Color information

#757E94 (or 0x757E94) is unknown color: approx Slate Grey. HEX triplet: 75, 7E and 94. RGB value is (117,126,148). Sum of RGB (Red+Green+Blue) = 117+126+148=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #757E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E94 is #8A816B. Grayscale: #7D7D7D. Windows color (decimal): -9077100 or 9731701. OLE color: 9731701.

HSL color Cylindrical-coordinate representation of color #757E94: hue angle of 222.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757E94 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117126148-
CMYK0.210.1500.42
HSL222.58º12.65%51.96%-
HSV(B)222.58º20.95%58.04%-
XYZ20.1420.8430.98-
YUV125.82140.52121.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=29.92%
G=32.23%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171261480.210.1500.42222.5812.6551.96
Hex757E9415F02Adfd34
Octal16517622425170523371564
Binary11101011111110100101001010111110101010110111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757E94; }

 p { color: rgb(117,126,148); }

 H1.HeaderClassName
 {
   color: #757E94;
 }
 .AnyTagClassName
 {
   color: #757E94;
 }
</style>
background-color css

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

 a { background-color: rgb(117,126,148); }

 div.DivClassName
 {
   background-color: #757E94;
 }
 .BgClassName
 {
   background-color: #757E94;
 }
</style>
border-color css

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

 span { border-color: rgb(117,126,148); }

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