#75829B

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

Shades of Light Slate Grey #75829B

Tints of Light Slate Grey #75829B

Color information

#75829B (or 0x75829B) is unknown color: approx Light Slate Grey. HEX triplet: 75, 82 and 9B. RGB value is (117,130,155). Sum of RGB (Red+Green+Blue) = 117+130+155=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #75829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75829B is #8A7D64. Grayscale: #808080. Windows color (decimal): -9076069 or 10191477. OLE color: 10191477.

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

Color convert

RGB117130155-
CMYK0.250.1600.39
HSL219.47º15.97%53.33%-
HSV(B)219.47º24.52%60.78%-
XYZ21.2422.1134.16-
YUV128.96142.69119.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=29.10%
G=32.34%
B=38.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171301550.250.1600.39219.4715.9753.33
Hex75829B1910027db1035
Octal16520223331200473332065
Binary11101011000001010011011110011000001001111101101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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