#73889C

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

Shades of Light Slate Grey #73889C

Tints of Light Slate Grey #73889C

Color information

#73889C (or 0x73889C) is unknown color: approx Light Slate Grey. HEX triplet: 73, 88 and 9C. RGB value is (115,136,156). Sum of RGB (Red+Green+Blue) = 115+136+156=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #73889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73889C is #8C7763. Grayscale: #838383. Windows color (decimal): -9205604 or 10258547. OLE color: 10258547.

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

Color convert

RGB115136156-
CMYK0.260.1300.39
HSL209.27º17.15%53.14%-
HSV(B)209.27º26.28%61.18%-
XYZ21.8823.6534.87-
YUV132141.54115.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=28.26%
G=33.42%
B=38.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151361560.260.1300.39209.2717.1553.14
Hex73889C1AD027d11135
Octal16321023432150473212165
Binary1110011100010001001110011010110101001111101000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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