#75879D

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

Shades of Light Slate Grey #75879D

Tints of Light Slate Grey #75879D

Color information

#75879D (or 0x75879D) is unknown color: approx Light Slate Grey. HEX triplet: 75, 87 and 9D. RGB value is (117,135,157). Sum of RGB (Red+Green+Blue) = 117+135+157=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #75879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75879D is #8A7862. Grayscale: #848484. Windows color (decimal): -9074787 or 10323829. OLE color: 10323829.

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

Color convert

RGB117135157-
CMYK0.250.1400.38
HSL213º16.95%53.73%-
HSV(B)213º25.48%61.57%-
XYZ22.0923.5435.28-
YUV132.13142.04117.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=28.61%
G=33.01%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171351570.250.1400.3821316.9553.73
Hex75879D19E026d51136
Octal16520723531160463252166
Binary1110101100001111001110111001111001001101101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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