#73889E

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

Shades of Light Slate Grey #73889E

Tints of Light Slate Grey #73889E

Color information

#73889E (or 0x73889E) is unknown color: approx Light Slate Grey. HEX triplet: 73, 88 and 9E. RGB value is (115,136,158). Sum of RGB (Red+Green+Blue) = 115+136+158=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 158 - color contains mainly: blue. Hex color #73889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73889E is #8C7761. Grayscale: #848484. Windows color (decimal): -9205602 or 10389619. OLE color: 10389619.

HSL color Cylindrical-coordinate representation of color #73889E: hue angle of 210.7º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73889E is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115136158-
CMYK0.270.1400.38
HSL210.7º18.14%53.53%-
HSV(B)210.7º27.22%61.96%-
XYZ22.0523.7235.76-
YUV132.23142.54115.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=28.12%
G=33.25%
B=38.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151361580.270.1400.38210.718.1453.53
Hex73889E1BE026d31236
Octal16321023633160463232266
Binary1110011100010001001111011011111001001101101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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