#72839C

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

Shades of Light Slate Grey #72839C

Tints of Light Slate Grey #72839C

Color information

#72839C (or 0x72839C) is unknown color: approx Light Slate Grey. HEX triplet: 72, 83 and 9C. RGB value is (114,131,156). Sum of RGB (Red+Green+Blue) = 114+131+156=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #72839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72839C is #8D7C63. Grayscale: #808080. Windows color (decimal): -9272420 or 10257266. OLE color: 10257266.

HSL color Cylindrical-coordinate representation of color #72839C: hue angle of 215.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72839C is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114131156-
CMYK0.270.1600.39
HSL215.71º17.5%52.94%-
HSV(B)215.71º26.92%61.18%-
XYZ21.0622.2134.63-
YUV128.77143.37117.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=28.43%
G=32.67%
B=38.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141311560.270.1600.39215.7117.552.94
Hex72839C1B10027d81235
Octal16220323433200473302265
Binary11100101000001110011100110111000001001111101100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72839C; }

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

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

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

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

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

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

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

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