#73829A

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

Shades of Light Slate Grey #73829A

Tints of Light Slate Grey #73829A

Color information

#73829A (or 0x73829A) is unknown color: approx Light Slate Grey. HEX triplet: 73, 82 and 9A. RGB value is (115,130,154). Sum of RGB (Red+Green+Blue) = 115+130+154=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #73829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73829A is #8C7D65. Grayscale: #808080. Windows color (decimal): -9207142 or 10125939. OLE color: 10125939.

HSL color Cylindrical-coordinate representation of color #73829A: hue angle of 216.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73829A is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115130154-
CMYK0.250.1600.40
HSL216.92º16.18%52.75%-
HSV(B)216.92º25.32%60.39%-
XYZ20.8921.9433.71-
YUV128.25142.53118.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=28.82%
G=32.58%
B=38.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151301540.250.1600.40216.9216.1852.75
Hex73829A1910028d91035
Octal16320223231200503312065
Binary11100111000001010011010110011000001010001101100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73829A; }

 p { color: rgb(115,130,154); }

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

<style>
 a { background-color: #73829A; }

 a { background-color: rgb(115,130,154); }

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

<style>
 span { border-color: #73829A; }

 span { border-color: rgb(115,130,154); }

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