#738191

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

Shades of Slate Grey #738191

Tints of Slate Grey #738191

Color information

#738191 (or 0x738191) is unknown color: approx Slate Grey. HEX triplet: 73, 81 and 91. RGB value is (115,129,145). Sum of RGB (Red+Green+Blue) = 115+129+145=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #738191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738191 is #8C7E6E. Grayscale: #7E7E7E. Windows color (decimal): -9207407 or 9535859. OLE color: 9535859.

HSL color Cylindrical-coordinate representation of color #738191: hue angle of 212º 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 #738191 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115129145-
CMYK0.210.1100.43
HSL212º12%50.98%-
HSV(B)212º20.69%56.86%-
XYZ20.0321.3929.86-
YUV126.64138.36119.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 145 (57.03% from 255) = 37.28%
R=29.56%
G=33.16%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151291450.210.1100.432121250.98
Hex73819115B02Bd4c33
Octal16320122125130533241463
Binary111001110000001100100011010110110101011110101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738191; }

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

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

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

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

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

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

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

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