#728297

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

Shades of Slate Grey #728297

Tints of Slate Grey #728297

Color information

#728297 (or 0x728297) is unknown color: approx Slate Grey. HEX triplet: 72, 82 and 97. RGB value is (114,130,151). Sum of RGB (Red+Green+Blue) = 114+130+151=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #728297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728297 is #8D7D68. Grayscale: #7F7F7F. Windows color (decimal): -9272681 or 9929330. OLE color: 9929330.

HSL color Cylindrical-coordinate representation of color #728297: hue angle of 214.05º 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 #728297 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114130151-
CMYK0.250.1400.41
HSL214.05º15.1%51.96%-
HSV(B)214.05º24.5%59.22%-
XYZ20.5121.7832.4-
YUV127.61141.2118.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=28.86%
G=32.91%
B=38.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141301510.250.1400.41214.0515.151.96
Hex72829719E029d6f34
Octal16220222731160513261764
Binary111001010000010100101111100111100101001110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728297; }

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

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

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

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

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

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

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

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