#75869B

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

Shades of Light Slate Grey #75869B

Tints of Light Slate Grey #75869B

Color information

#75869B (or 0x75869B) is unknown color: approx Light Slate Grey. HEX triplet: 75, 86 and 9B. RGB value is (117,134,155). Sum of RGB (Red+Green+Blue) = 117+134+155=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #75869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75869B is #8A7964. Grayscale: #838383. Windows color (decimal): -9075045 or 10192501. OLE color: 10192501.

HSL color Cylindrical-coordinate representation of color #75869B: hue angle of 213.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75869B is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117134155-
CMYK0.250.1400.39
HSL213.16º15.97%53.33%-
HSV(B)213.16º24.52%60.78%-
XYZ21.7823.234.34-
YUV131.31141.37117.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.82%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=28.82%
G=33.00%
B=38.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171341550.250.1400.39213.1615.9753.33
Hex75869B19E027d51035
Octal16520623331160473252065
Binary1110101100001101001101111001111001001111101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75869B; }

 p { color: rgb(117,134,155); }

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

<style>
 a { background-color: #75869B; }

 a { background-color: rgb(117,134,155); }

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

<style>
 span { border-color: #75869B; }

 span { border-color: rgb(117,134,155); }

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