#73809A

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

Shades of Light Slate Grey #73809A

Tints of Light Slate Grey #73809A

Color information

#73809A (or 0x73809A) is unknown color: approx Light Slate Grey. HEX triplet: 73, 80 and 9A. RGB value is (115,128,154). Sum of RGB (Red+Green+Blue) = 115+128+154=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #73809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73809A is #8C7F65. Grayscale: #7E7E7E. Windows color (decimal): -9207654 or 10125427. OLE color: 10125427.

HSL color Cylindrical-coordinate representation of color #73809A: hue angle of 220º 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 #73809A is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115128154-
CMYK0.250.1700.40
HSL220º16.18%52.75%-
HSV(B)220º25.32%60.39%-
XYZ20.6221.4233.62-
YUV127.08143.19119.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=28.97%
G=32.24%
B=38.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151281540.250.1700.4022016.1852.75
Hex73809A1911028dc1035
Octal16320023231210503342065
Binary11100111000000010011010110011000101010001101110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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