#73869D

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

Shades of Light Slate Grey #73869D

Tints of Light Slate Grey #73869D

Color information

#73869D (or 0x73869D) is unknown color: approx Light Slate Grey. HEX triplet: 73, 86 and 9D. RGB value is (115,134,157). Sum of RGB (Red+Green+Blue) = 115+134+157=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #73869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73869D is #8C7962. Grayscale: #828282. Windows color (decimal): -9206115 or 10323571. OLE color: 10323571.

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

Color convert

RGB115134157-
CMYK0.270.1500.38
HSL212.86º17.65%53.33%-
HSV(B)212.86º26.75%61.57%-
XYZ21.6823.1335.22-
YUV130.94142.71116.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=28.33%
G=33.00%
B=38.67%

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
Decimal1151341570.270.1500.38212.8617.6553.33
Hex73869D1BF026d51235
Octal16320623533170463252265
Binary1110011100001101001110111011111101001101101010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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