#75849A

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

Shades of Light Slate Grey #75849A

Tints of Light Slate Grey #75849A

Color information

#75849A (or 0x75849A) is unknown color: approx Light Slate Grey. HEX triplet: 75, 84 and 9A. RGB value is (117,132,154). Sum of RGB (Red+Green+Blue) = 117+132+154=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #75849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75849A is #8A7B65. Grayscale: #818181. Windows color (decimal): -9075558 or 10126453. OLE color: 10126453.

HSL color Cylindrical-coordinate representation of color #75849A: hue angle of 215.68º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75849A is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117132154-
CMYK0.240.1400.40
HSL215.68º15.48%53.14%-
HSV(B)215.68º24.03%60.39%-
XYZ21.4222.6233.81-
YUV130.02141.53118.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=29.03%
G=32.75%
B=38.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171321540.240.1400.40215.6815.4853.14
Hex75849A18E028d8f35
Octal16520423230160503301765
Binary111010110000100100110101100011100101000110110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75849A; }

 p { color: rgb(117,132,154); }

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

<style>
 a { background-color: #75849A; }

 a { background-color: rgb(117,132,154); }

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

<style>
 span { border-color: #75849A; }

 span { border-color: rgb(117,132,154); }

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