#73879F

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

Shades of Light Slate Grey #73879F

Tints of Light Slate Grey #73879F

Color information

#73879F (or 0x73879F) is unknown color: approx Light Slate Grey. HEX triplet: 73, 87 and 9F. RGB value is (115,135,159). Sum of RGB (Red+Green+Blue) = 115+135+159=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #73879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73879F is #8C7860. Grayscale: #838383. Windows color (decimal): -9205857 or 10454899. OLE color: 10454899.

HSL color Cylindrical-coordinate representation of color #73879F: hue angle of 212.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73879F is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115135159-
CMYK0.280.1500.38
HSL212.73º18.64%53.73%-
HSV(B)212.73º27.67%62.35%-
XYZ21.9923.4836.17-
YUV131.76143.37116.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=28.12%
G=33.01%
B=38.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151351590.280.1500.38212.7318.6453.73
Hex73879F1CF026d51336
Octal16320723734170463252366
Binary1110011100001111001111111100111101001101101010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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