#728496

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

Shades of Light Slate Grey #728496

Tints of Light Slate Grey #728496

Color information

#728496 (or 0x728496) is unknown color: approx Light Slate Grey. HEX triplet: 72, 84 and 96. RGB value is (114,132,150). Sum of RGB (Red+Green+Blue) = 114+132+150=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #728496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728496 is #8D7B69. Grayscale: #808080. Windows color (decimal): -9272170 or 9864306. OLE color: 9864306.

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

Color convert

RGB114132150-
CMYK0.240.1200.41
HSL210º14.63%51.76%-
HSV(B)210º24%58.82%-
XYZ20.722.2832.06-
YUV128.67140.04117.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=28.79%
G=33.33%
B=37.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141321500.240.1200.4121014.6351.76
Hex72849618C029d2f34
Octal16220422630140513221764
Binary111001010000100100101101100011000101001110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728496; }

 p { color: rgb(114,132,150); }

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

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

 a { background-color: rgb(114,132,150); }

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

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

 span { border-color: rgb(114,132,150); }

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