#75838D

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

Shades of Slate Grey #75838D

Tints of Slate Grey #75838D

Color information

#75838D (or 0x75838D) is unknown color: approx Slate Grey. HEX triplet: 75, 83 and 8D. RGB value is (117,131,141). Sum of RGB (Red+Green+Blue) = 117+131+141=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #75838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75838D is #8A7C72. Grayscale: #7F7F7F. Windows color (decimal): -9075827 or 9274229. OLE color: 9274229.

HSL color Cylindrical-coordinate representation of color #75838D: hue angle of 205º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75838D is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117131141-
CMYK0.170.0700.45
HSL205º9.52%50.59%-
HSV(B)205º17.02%55.29%-
XYZ20.2621.9428.37-
YUV127.95135.36120.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=30.08%
G=33.68%
B=36.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171311410.170.0700.452059.5250.59
Hex75838D11702Dcda33
Octal1652032152170553151263
Binary11101011000001110001101100011110101101110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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