Html Css Color HEX #75839D Light Slate Grey

📋 copy color: '#75839D'

red 117 ◦ green 131 ◦ blue 157

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

Shades of Light Slate Grey #75839D

Tints of Light Slate Grey #75839D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 28.89%
G = 32.35%
B = 38.77%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75839D (or 0x75839D) is known color: Light Slate Grey. HEX triplet: 75, 83 and 9D. RGB value is (117,131,157). Sum of RGB (Red+Green+Blue) = 117+131+157=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #75839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75839D is #8A7C62. Grayscale: #818181. Windows color (decimal): -9075811 or 10322805. OLE color: 10322805.

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

Color convert

RGB 117 131 157 -
CMYK 0.25 0.17 0 0.38
HSL 219º 0.17% 0.54% -
HSV(B) 219º 0.25% 0.62% -
XYZ 21.54 22.45 35.1 -
YUV 129.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 117 131 157 0.25 0.17 0 0.38 219 0.17 0.54
Hex 75 83 9D 19 11 0 26 DB 11 36
Octal 165 203 235 31 21 0 46 333 21 66
Binary 1110101 10000011 10011101 11001 10001 0 100110 11011011 10001 110110

Color Harmonies of #75839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75839D

Black with #75839D

Text Example


Text Example

White with #75839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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