#73859F

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

Shades of Light Slate Grey #73859F

Tints of Light Slate Grey #73859F

Color information

#73859F (or 0x73859F) is unknown color: approx Light Slate Grey. HEX triplet: 73, 85 and 9F. RGB value is (115,133,159). Sum of RGB (Red+Green+Blue) = 115+133+159=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #73859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73859F is #8C7A60. Grayscale: #828282. Windows color (decimal): -9206369 or 10454387. OLE color: 10454387.

HSL color Cylindrical-coordinate representation of color #73859F: hue angle of 215.45º 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 #73859F is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115133159-
CMYK0.280.1600.38
HSL215.45º18.64%53.73%-
HSV(B)215.45º27.67%62.35%-
XYZ21.7222.9236.08-
YUV130.58144.04116.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=28.26%
G=32.68%
B=39.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151331590.280.1600.38215.4518.6453.73
Hex73859F1C10026d71336
Octal16320523734200463272366
Binary11100111000010110011111111001000001001101101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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