#73839C

Color #73839C Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #73839C

Tints of Light Slate Grey #73839C

Color information

#73839C (or 0x73839C) is unknown color: approx 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

RGB115131156-
CMYK0.260.1600.39
HSL216.59º17.15%53.14%-
HSV(B)216.59º26.28%61.18%-
XYZ21.1922.2834.64-
YUV129.07143.2117.97-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151311560.260.1600.39216.5917.1553.14
Hex73839C1A10027d91135
Octal16320323432200473312165
Binary11100111000001110011100110101000001001111101100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>