#738392

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

Shades of Slate Grey #738392

Tints of Slate Grey #738392

Color information

#738392 (or 0x738392) is unknown color: approx Slate Grey. HEX triplet: 73, 83 and 92. RGB value is (115,131,146). Sum of RGB (Red+Green+Blue) = 115+131+146=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #738392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738392 is #8C7C6D. Grayscale: #7F7F7F. Windows color (decimal): -9206894 or 9601907. OLE color: 9601907.

HSL color Cylindrical-coordinate representation of color #738392: hue angle of 209.03º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738392 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115131146-
CMYK0.210.1000.43
HSL209.03º12.45%51.18%-
HSV(B)209.03º21.23%57.25%-
XYZ20.3721.9530.36-
YUV127.93138.2118.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=29.34%
G=33.42%
B=37.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151311460.210.1000.43209.0312.4551.18
Hex73839215A02Bd1c33
Octal16320322225120533211463
Binary111001110000011100100101010110100101011110100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738392; }

 p { color: rgb(115,131,146); }

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

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

 a { background-color: rgb(115,131,146); }

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

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

 span { border-color: rgb(115,131,146); }

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