Html Css Color HEX #75839C Light Slate Grey

📋 copy color: '#75839C'

red 117 ◦ green 131 ◦ blue 156

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

Shades of Light Slate Grey #75839C

Tints of Light Slate Grey #75839C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 28.96%
G = 32.43%
B = 38.61%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75839C (or 0x75839C) is known color: Light Slate Grey. HEX triplet: 75, 83 and 9C. RGB value is (117,131,156). Sum of RGB (Red+Green+Blue) = 117+131+156=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #75839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75839C is #8A7C63. Grayscale: #818181. Windows color (decimal): -9075812 or 10257269. OLE color: 10257269.

HSL color Cylindrical-coordinate representation of color #75839C: hue angle of 218.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75839C is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 131 156 -
CMYK 0.25 0.16 0 0.39
HSL 218.46º 0.16% 0.54% -
HSV(B) 218.46º 0.25% 0.61% -
XYZ 21.45 22.41 34.65 -
YUV 129.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 117 131 156 0.25 0.16 0 0.39 218.46 0.16 0.54
Hex 75 83 9C 19 10 0 27 DA 10 36
Octal 165 203 234 31 20 0 47 332 20 66
Binary 1110101 10000011 10011100 11001 10000 0 100111 11011010 10000 110110

Color Harmonies of #75839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75839C

Black with #75839C

Text Example


Text Example

White with #75839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75839C;
 }
 .AnyTagClassName
 {
   color: #75839C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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