#75839D

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

Shades of Light Slate Grey #75839D

Tints of Light Slate Grey #75839D

Color information

#75839D (or 0x75839D) is unknown color: approx Light Slate Grey. HEX triplet: 75, 83 and 9D. RGB value is (117,131,157). Sum of RGB (Red+Green+Blue) = 117+131+157=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #75839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75839D is #8A7C62. Grayscale: #818181. Windows color (decimal): -9075811 or 10322805. OLE color: 10322805.

HSL color Cylindrical-coordinate representation of color #75839D: hue angle of 219º 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 #75839D is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117131157-
CMYK0.250.1700.38
HSL219º16.95%53.73%-
HSV(B)219º25.48%61.57%-
XYZ21.5422.4535.1-
YUV129.78143.36118.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=28.89%
G=32.35%
B=38.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171311570.250.1700.3821916.9553.73
Hex75839D1911026db1136
Octal16520323531210463332166
Binary11101011000001110011101110011000101001101101101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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