#728390

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

Shades of Slate Grey #728390

Tints of Slate Grey #728390

Color information

#728390 (or 0x728390) is unknown color: approx Slate Grey. HEX triplet: 72, 83 and 90. RGB value is (114,131,144). Sum of RGB (Red+Green+Blue) = 114+131+144=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 131 (51.56% from 255 or 33.68% 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 #728390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728390 is #8D7C6F. Grayscale: #7F7F7F. Windows color (decimal): -9272432 or 9470834. OLE color: 9470834.

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

Color convert

RGB114131144-
CMYK0.210.0900.44
HSL206º11.9%50.59%-
HSV(B)206º20.83%56.47%-
XYZ20.0921.8229.54-
YUV127.4137.37118.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=29.31%
G=33.68%
B=37.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141311440.210.0900.4420611.950.59
Hex72839015902Ccec33
Octal16220322025110543161463
Binary111001010000011100100001010110010101100110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728390; }

 p { color: rgb(114,131,144); }

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

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

 a { background-color: rgb(114,131,144); }

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

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

 span { border-color: rgb(114,131,144); }

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