#75849D

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

Shades of Light Slate Grey #75849D

Tints of Light Slate Grey #75849D

Color information

#75849D (or 0x75849D) is unknown color: approx Light Slate Grey. HEX triplet: 75, 84 and 9D. RGB value is (117,132,157). Sum of RGB (Red+Green+Blue) = 117+132+157=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #75849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75849D is #8A7B62. Grayscale: #828282. Windows color (decimal): -9075555 or 10323061. OLE color: 10323061.

HSL color Cylindrical-coordinate representation of color #75849D: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75849D is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117132157-
CMYK0.250.1600.38
HSL217.5º16.95%53.73%-
HSV(B)217.5º25.48%61.57%-
XYZ21.6722.7235.14-
YUV130.36143.03118.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=28.82%
G=32.51%
B=38.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171321570.250.1600.38217.516.9553.73
Hex75849D1910026d91136
Octal16520423531200463312166
Binary11101011000010010011101110011000001001101101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75849D; }

 p { color: rgb(117,132,157); }

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

<style>
 a { background-color: #75849D; }

 a { background-color: rgb(117,132,157); }

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

<style>
 span { border-color: #75849D; }

 span { border-color: rgb(117,132,157); }

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