#72879D

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

Shades of Light Slate Grey #72879D

Tints of Light Slate Grey #72879D

Color information

#72879D (or 0x72879D) is unknown color: approx Light Slate Grey. HEX triplet: 72, 87 and 9D. RGB value is (114,135,157). Sum of RGB (Red+Green+Blue) = 114+135+157=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #72879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72879D is #8D7862. Grayscale: #838383. Windows color (decimal): -9271395 or 10323826. OLE color: 10323826.

HSL color Cylindrical-coordinate representation of color #72879D: hue angle of 210.7º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72879D is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114135157-
CMYK0.270.1400.38
HSL210.7º17.99%53.14%-
HSV(B)210.7º27.39%61.57%-
XYZ21.6923.3435.26-
YUV131.23142.54115.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=28.08%
G=33.25%
B=38.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141351570.270.1400.38210.717.9953.14
Hex72879D1BE026d31235
Octal16220723533160463232265
Binary1110010100001111001110111011111001001101101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72879D; }

 p { color: rgb(114,135,157); }

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

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

 a { background-color: rgb(114,135,157); }

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

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

 span { border-color: rgb(114,135,157); }

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