#728697

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

Shades of Light Slate Grey #728697

Tints of Light Slate Grey #728697

Color information

#728697 (or 0x728697) is unknown color: approx Light Slate Grey. HEX triplet: 72, 86 and 97. RGB value is (114,134,151). Sum of RGB (Red+Green+Blue) = 114+134+151=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #728697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728697 is #8D7968. Grayscale: #818181. Windows color (decimal): -9271657 or 9930354. OLE color: 9930354.

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

Color convert

RGB114134151-
CMYK0.250.1100.41
HSL207.57º15.1%51.96%-
HSV(B)207.57º24.5%59.22%-
XYZ21.0522.8632.58-
YUV129.96139.87116.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 151 (59.38% from 255) = 37.84%
R=28.57%
G=33.58%
B=37.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141341510.250.1100.41207.5715.151.96
Hex72869719B029d0f34
Octal16220622731130513201764
Binary111001010000110100101111100110110101001110100001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728697; }

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

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

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

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

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

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

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

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