#73819C

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

Shades of Light Slate Grey #73819C

Tints of Light Slate Grey #73819C

Color information

#73819C (or 0x73819C) is unknown color: approx Light Slate Grey. HEX triplet: 73, 81 and 9C. RGB value is (115,129,156). Sum of RGB (Red+Green+Blue) = 115+129+156=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #73819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73819C is #8C7E63. Grayscale: #7F7F7F. Windows color (decimal): -9207396 or 10256755. OLE color: 10256755.

HSL color Cylindrical-coordinate representation of color #73819C: hue angle of 219.51º 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 #73819C is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115129156-
CMYK0.260.1700.39
HSL219.51º17.15%53.14%-
HSV(B)219.51º26.28%61.18%-
XYZ20.9221.7534.55-
YUV127.89143.86118.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 156 (61.33% from 255) = 39%
R=28.75%
G=32.25%
B=39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151291560.260.1700.39219.5117.1553.14
Hex73819C1A11027dc1135
Octal16320123432210473342165
Binary11100111000000110011100110101000101001111101110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73819C;
 }
 .AnyTagClassName
 {
   color: #73819C;
 }
</style>
background-color css

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

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

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

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

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

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