#738290

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

Shades of Slate Grey #738290

Tints of Slate Grey #738290

Color information

#738290 (or 0x738290) is unknown color: approx Slate Grey. HEX triplet: 73, 82 and 90. RGB value is (115,130,144). Sum of RGB (Red+Green+Blue) = 115+130+144=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #738290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738290 is #8C7D6F. Grayscale: #7F7F7F. Windows color (decimal): -9207152 or 9470579. OLE color: 9470579.

HSL color Cylindrical-coordinate representation of color #738290: hue angle of 208.97º 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 #738290 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115130144-
CMYK0.200.1000.44
HSL208.97º11.55%50.78%-
HSV(B)208.97º20.14%56.47%-
XYZ20.0921.6229.5-
YUV127.11137.53119.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=29.56%
G=33.42%
B=37.02%

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
Decimal1151301440.200.1000.44208.9711.5550.78
Hex73829014A02Cd1c33
Octal16320222024120543211463
Binary111001110000010100100001010010100101100110100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738290; }

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

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

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

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

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

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

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

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