#73869E

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

Shades of Light Slate Grey #73869E

Tints of Light Slate Grey #73869E

Color information

#73869E (or 0x73869E) is unknown color: approx Light Slate Grey. HEX triplet: 73, 86 and 9E. RGB value is (115,134,158). Sum of RGB (Red+Green+Blue) = 115+134+158=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #73869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73869E is #8C7961. Grayscale: #828282. Windows color (decimal): -9206114 or 10389107. OLE color: 10389107.

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

Color convert

RGB115134158-
CMYK0.270.1500.38
HSL213.49º18.14%53.53%-
HSV(B)213.49º27.22%61.96%-
XYZ21.7723.1635.67-
YUV131.06143.21116.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=28.26%
G=32.92%
B=38.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151341580.270.1500.38213.4918.1453.53
Hex73869E1BF026d51236
Octal16320623633170463252266
Binary1110011100001101001111011011111101001101101010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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