#728295

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

Shades of Slate Grey #728295

Tints of Slate Grey #728295

Color information

#728295 (or 0x728295) is unknown color: approx Slate Grey. HEX triplet: 72, 82 and 95. RGB value is (114,130,149). Sum of RGB (Red+Green+Blue) = 114+130+149=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #728295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728295 is #8D7D6A. Grayscale: #7F7F7F. Windows color (decimal): -9272683 or 9798258. OLE color: 9798258.

HSL color Cylindrical-coordinate representation of color #728295: hue angle of 212.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728295 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114130149-
CMYK0.230.1300.42
HSL212.57º14.17%51.57%-
HSV(B)212.57º23.49%58.43%-
XYZ20.3521.7131.55-
YUV127.38140.2118.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=29.01%
G=33.08%
B=37.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141301490.230.1300.42212.5714.1751.57
Hex72829517D02Ad5e34
Octal16220222527150523251664
Binary111001010000010100101011011111010101010110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728295; }

 p { color: rgb(114,130,149); }

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

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

 a { background-color: rgb(114,130,149); }

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

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

 span { border-color: rgb(114,130,149); }

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