#72839F

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

Shades of Light Slate Grey #72839F

Tints of Light Slate Grey #72839F

Color information

#72839F (or 0x72839F) is unknown color: approx Light Slate Grey. HEX triplet: 72, 83 and 9F. RGB value is (114,131,159). Sum of RGB (Red+Green+Blue) = 114+131+159=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #72839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72839F is #8D7C60. Grayscale: #808080. Windows color (decimal): -9272417 or 10453874. OLE color: 10453874.

HSL color Cylindrical-coordinate representation of color #72839F: hue angle of 217.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72839F is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114131159-
CMYK0.280.1800.38
HSL217.33º18.99%53.53%-
HSV(B)217.33º28.3%62.35%-
XYZ21.3122.3135.98-
YUV129.11144.87117.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=28.22%
G=32.43%
B=39.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141311590.280.1800.38217.3318.9953.53
Hex72839F1C12026d91336
Octal16220323734220463312366
Binary11100101000001110011111111001001001001101101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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