#757D95

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

Shades of Slate Grey #757D95

Tints of Slate Grey #757D95

Color information

#757D95 (or 0x757D95) is unknown color: approx Slate Grey. HEX triplet: 75, 7D and 95. RGB value is (117,125,149). Sum of RGB (Red+Green+Blue) = 117+125+149=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #757D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D95 is #8A826A. Grayscale: #7D7D7D. Windows color (decimal): -9077355 or 9796981. OLE color: 9796981.

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

Color convert

RGB117125149-
CMYK0.210.1600.42
HSL225º13.11%52.16%-
HSV(B)225º21.48%58.43%-
XYZ20.0920.6231.35-
YUV125.34141.35122.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=29.92%
G=31.97%
B=38.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171251490.210.1600.4222513.1152.16
Hex757D95151002Ae1d34
Octal16517522525200523411564
Binary111010111111011001010110101100000101010111000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,125,149); }

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

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

 a { background-color: rgb(117,125,149); }

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

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

 span { border-color: rgb(117,125,149); }

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