#757F97

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

Shades of Slate Grey #757F97

Tints of Slate Grey #757F97

Color information

#757F97 (or 0x757F97) is unknown color: approx Slate Grey. HEX triplet: 75, 7F and 97. RGB value is (117,127,151). Sum of RGB (Red+Green+Blue) = 117+127+151=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #757F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F97 is #8A8068. Grayscale: #7E7E7E. Windows color (decimal): -9076841 or 9928565. OLE color: 9928565.

HSL color Cylindrical-coordinate representation of color #757F97: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #757F97 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117127151-
CMYK0.230.1600.41
HSL222.35º14.05%52.55%-
HSV(B)222.35º22.52%59.22%-
XYZ20.5121.232.29-
YUV126.75141.69121.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=29.62%
G=32.15%
B=38.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171271510.230.1600.41222.3514.0552.55
Hex757F971710029dee35
Octal16517722727200513361665
Binary111010111111111001011110111100000101001110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,127,151); }

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

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

 a { background-color: rgb(117,127,151); }

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

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

 span { border-color: rgb(117,127,151); }

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