#728397

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

Shades of Light Slate Grey #728397

Tints of Light Slate Grey #728397

Color information

#728397 (or 0x728397) is unknown color: approx Light Slate Grey. HEX triplet: 72, 83 and 97. RGB value is (114,131,151). Sum of RGB (Red+Green+Blue) = 114+131+151=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #728397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728397 is #8D7C68. Grayscale: #808080. Windows color (decimal): -9272425 or 9929586. OLE color: 9929586.

HSL color Cylindrical-coordinate representation of color #728397: hue angle of 212.43º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728397 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114131151-
CMYK0.250.1300.41
HSL212.43º15.1%51.96%-
HSV(B)212.43º24.5%59.22%-
XYZ20.6422.0432.45-
YUV128.2140.87117.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=28.79%
G=33.08%
B=38.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141311510.250.1300.41212.4315.151.96
Hex72839719D029d4f34
Octal16220322731150513241764
Binary111001010000011100101111100111010101001110101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728397; }

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

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

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

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

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

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

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

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