#73899A

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

Shades of Light Slate Grey #73899A

Tints of Light Slate Grey #73899A

Color information

#73899A (or 0x73899A) is unknown color: approx Light Slate Grey. HEX triplet: 73, 89 and 9A. RGB value is (115,137,154). Sum of RGB (Red+Green+Blue) = 115+137+154=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #73899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73899A is #8C7665. Grayscale: #848484. Windows color (decimal): -9205350 or 10127731. OLE color: 10127731.

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

Color convert

RGB115137154-
CMYK0.250.1100.40
HSL206.15º16.18%52.75%-
HSV(B)206.15º25.32%60.39%-
XYZ21.8523.8734.03-
YUV132.36140.21115.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=28.33%
G=33.74%
B=37.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151371540.250.1100.40206.1516.1852.75
Hex73899A19B028ce1035
Octal16321123231130503162065
Binary1110011100010011001101011001101101010001100111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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