#75839B

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

Shades of Light Slate Grey #75839B

Tints of Light Slate Grey #75839B

Color information

#75839B (or 0x75839B) is unknown color: approx Light Slate Grey. HEX triplet: 75, 83 and 9B. RGB value is (117,131,155). Sum of RGB (Red+Green+Blue) = 117+131+155=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #75839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75839B is #8A7C64. Grayscale: #818181. Windows color (decimal): -9075813 or 10191733. OLE color: 10191733.

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

Color convert

RGB117131155-
CMYK0.250.1500.39
HSL217.89º15.97%53.33%-
HSV(B)217.89º24.52%60.78%-
XYZ21.3722.3834.2-
YUV129.55142.36119.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=29.03%
G=32.51%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171311550.250.1500.39217.8915.9753.33
Hex75839B19F027da1035
Octal16520323331170473322065
Binary1110101100000111001101111001111101001111101101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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