Html Css Color HEX #75849E Light Slate Grey

📋 copy color: '#75849E'

red 117 ◦ green 132 ◦ blue 158

#75849E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #75849E

Tints of Light Slate Grey #75849E

RGB

 RED value IS 117 (46.09% from 255) = 28.75%

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 28.75%
G = 32.43%
B = 38.82%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75849E (or 0x75849E) is known color: Light Slate Grey. HEX triplet: 75, 84 and 9E. RGB value is (117,132,158). Sum of RGB (Red+Green+Blue) = 117+132+158=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #75849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75849E is #8A7B61. Grayscale: #828282. Windows color (decimal): -9075554 or 10388597. OLE color: 10388597.

HSL color Cylindrical-coordinate representation of color #75849E: hue angle of 218.05º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75849E is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 132 158 -
CMYK 0.26 0.16 0 0.38
HSL 218.05º 0.17% 0.54% -
HSV(B) 218.05º 0.26% 0.62% -
XYZ 21.76 22.75 35.59 -
YUV 130.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 117 132 158 0.26 0.16 0 0.38 218.05 0.17 0.54
Hex 75 84 9E 1A 10 0 26 DA 11 36
Octal 165 204 236 32 20 0 46 332 21 66
Binary 1110101 10000100 10011110 11010 10000 0 100110 11011010 10001 110110

Color Harmonies of #75849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75849E

Black with #75849E

Text Example


Text Example

White with #75849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75849E;
 }
 .AnyTagClassName
 {
   color: #75849E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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