#73879D

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

Shades of Light Slate Grey #73879D

Tints of Light Slate Grey #73879D

Color information

#73879D (or 0x73879D) is unknown color: approx Light Slate Grey. HEX triplet: 73, 87 and 9D. RGB value is (115,135,157). Sum of RGB (Red+Green+Blue) = 115+135+157=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #73879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73879D is #8C7862. Grayscale: #838383. Windows color (decimal): -9205859 or 10323827. OLE color: 10323827.

HSL color Cylindrical-coordinate representation of color #73879D: hue angle of 211.43º 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 #73879D is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115135157-
CMYK0.270.1400.38
HSL211.43º17.65%53.33%-
HSV(B)211.43º26.75%61.57%-
XYZ21.8223.4135.27-
YUV131.53142.37116.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=28.26%
G=33.17%
B=38.57%

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
Decimal1151351570.270.1400.38211.4317.6553.33
Hex73879D1BE026d31235
Octal16320723533160463232265
Binary1110011100001111001110111011111001001101101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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