Html Css Color HEX #73839D Light Slate Grey

📋 copy color: '#73839D'

red 115 ◦ green 131 ◦ blue 157

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

Shades of Light Slate Grey #73839D

Tints of Light Slate Grey #73839D

RGB

 RED value IS 115 (45.31% from 255) = 28.54%

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

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

R = 28.54%
G = 32.51%
B = 38.96%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73839D (or 0x73839D) is known color: Light Slate Grey. HEX triplet: 73, 83 and 9D. RGB value is (115,131,157). Sum of RGB (Red+Green+Blue) = 115+131+157=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #73839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73839D is #8C7C62. Grayscale: #818181. Windows color (decimal): -9206883 or 10322803. OLE color: 10322803.

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

Color convert

RGB 115 131 157 -
CMYK 0.27 0.17 0 0.38
HSL 217.14º 0.18% 0.53% -
HSV(B) 217.14º 0.27% 0.62% -
XYZ 21.27 22.31 35.08 -
YUV 129.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 115 131 157 0.27 0.17 0 0.38 217.14 0.18 0.53
Hex 73 83 9D 1B 11 0 26 D9 12 35
Octal 163 203 235 33 21 0 46 331 22 65
Binary 1110011 10000011 10011101 11011 10001 0 100110 11011001 10010 110101

Color Harmonies of #73839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73839D

Black with #73839D

Text Example


Text Example

White with #73839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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