#728698

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

Shades of Light Slate Grey #728698

Tints of Light Slate Grey #728698

Color information

#728698 (or 0x728698) is unknown color: approx Light Slate Grey. HEX triplet: 72, 86 and 98. RGB value is (114,134,152). Sum of RGB (Red+Green+Blue) = 114+134+152=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #728698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728698 is #8D7967. Grayscale: #818181. Windows color (decimal): -9271656 or 9995890. OLE color: 9995890.

HSL color Cylindrical-coordinate representation of color #728698: hue angle of 208.42º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728698 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114134152-
CMYK0.250.1200.40
HSL208.42º15.57%52.16%-
HSV(B)208.42º25%59.61%-
XYZ21.1322.8933.01-
YUV130.07140.37116.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 152 (59.77% from 255) = 38%
R=28.5%
G=33.5%
B=38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141341520.250.1200.40208.4215.5752.16
Hex72869819C028d01034
Octal16220623031140503202064
Binary1110010100001101001100011001110001010001101000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728698; }

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

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

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

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

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

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

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

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