#73818E

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

Shades of Slate Grey #73818E

Tints of Slate Grey #73818E

Color information

#73818E (or 0x73818E) is unknown color: approx Slate Grey. HEX triplet: 73, 81 and 8E. RGB value is (115,129,142). Sum of RGB (Red+Green+Blue) = 115+129+142=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 142 - color contains mainly: blue. Hex color #73818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73818E is #8C7E71. Grayscale: #7E7E7E. Windows color (decimal): -9207410 or 9339251. OLE color: 9339251.

HSL color Cylindrical-coordinate representation of color #73818E: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73818E is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115129142-
CMYK0.190.0900.44
HSL208.89º10.67%50.39%-
HSV(B)208.89º19.01%55.69%-
XYZ19.821.328.66-
YUV126.3136.86119.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=29.79%
G=33.42%
B=36.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151291420.190.0900.44208.8910.6750.39
Hex73818E13902Cd1b32
Octal16320121623110543211362
Binary111001110000001100011101001110010101100110100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,129,142); }

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

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

 a { background-color: rgb(115,129,142); }

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

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

 span { border-color: rgb(115,129,142); }

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