#73889D

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

Shades of Light Slate Grey #73889D

Tints of Light Slate Grey #73889D

Color information

#73889D (or 0x73889D) is unknown color: approx Light Slate Grey. HEX triplet: 73, 88 and 9D. RGB value is (115,136,157). Sum of RGB (Red+Green+Blue) = 115+136+157=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #73889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73889D is #8C7762. Grayscale: #848484. Windows color (decimal): -9205603 or 10324083. OLE color: 10324083.

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

Color convert

RGB115136157-
CMYK0.270.1300.38
HSL210º17.65%53.33%-
HSV(B)210º26.75%61.57%-
XYZ21.9623.6935.31-
YUV132.11142.04115.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 38.48%
R=28.19%
G=33.33%
B=38.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151361570.270.1300.3821017.6553.33
Hex73889D1BD026d21235
Octal16321023533150463222265
Binary1110011100010001001110111011110101001101101001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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