Html Css Color HEX #73839C Light Slate Grey

📋 copy color: '#73839C'

red 115 ◦ green 131 ◦ blue 156

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

Shades of Light Slate Grey #73839C

Tints of Light Slate Grey #73839C

RGB

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

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

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

R = 28.61%
G = 32.59%
B = 38.81%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73839C (or 0x73839C) is known color: Light Slate Grey. HEX triplet: 73, 83 and 9C. RGB value is (115,131,156). Sum of RGB (Red+Green+Blue) = 115+131+156=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #73839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73839C is #8C7C63. Grayscale: #808080. Windows color (decimal): -9206884 or 10257267. OLE color: 10257267.

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

Color convert

RGB 115 131 156 -
CMYK 0.26 0.16 0 0.39
HSL 216.59º 0.17% 0.53% -
HSV(B) 216.59º 0.26% 0.61% -
XYZ 21.19 22.28 34.64 -
YUV 129.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 115 131 156 0.26 0.16 0 0.39 216.59 0.17 0.53
Hex 73 83 9C 1A 10 0 27 D9 11 35
Octal 163 203 234 32 20 0 47 331 21 65
Binary 1110011 10000011 10011100 11010 10000 0 100111 11011001 10001 110101

Color Harmonies of #73839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73839C

Black with #73839C

Text Example


Text Example

White with #73839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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