#738190

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

Shades of Slate Grey #738190

Tints of Slate Grey #738190

Color information

#738190 (or 0x738190) is unknown color: approx Slate Grey. HEX triplet: 73, 81 and 90. RGB value is (115,129,144). Sum of RGB (Red+Green+Blue) = 115+129+144=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #738190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738190 is #8C7E6F. Grayscale: #7E7E7E. Windows color (decimal): -9207408 or 9470323. OLE color: 9470323.

HSL color Cylindrical-coordinate representation of color #738190: hue angle of 211.03º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738190 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115129144-
CMYK0.200.1000.44
HSL211.03º11.55%50.78%-
HSV(B)211.03º20.14%56.47%-
XYZ19.9521.3629.46-
YUV126.52137.86119.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=29.64%
G=33.25%
B=37.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151291440.200.1000.44211.0311.5550.78
Hex73819014A02Cd3c33
Octal16320122024120543231463
Binary111001110000001100100001010010100101100110100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738190; }

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

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

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

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

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

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

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

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