#75879B

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

Shades of Light Slate Grey #75879B

Tints of Light Slate Grey #75879B

Color information

#75879B (or 0x75879B) is unknown color: approx Light Slate Grey. HEX triplet: 75, 87 and 9B. RGB value is (117,135,155). Sum of RGB (Red+Green+Blue) = 117+135+155=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #75879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75879B is #8A7864. Grayscale: #838383. Windows color (decimal): -9074789 or 10192757. OLE color: 10192757.

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

Color convert

RGB117135155-
CMYK0.250.1300.39
HSL211.58º15.97%53.33%-
HSV(B)211.58º24.52%60.78%-
XYZ21.9223.4834.39-
YUV131.9141.04117.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=28.75%
G=33.17%
B=38.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171351550.250.1300.39211.5815.9753.33
Hex75879B19D027d41035
Octal16520723331150473242065
Binary1110101100001111001101111001110101001111101010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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