#728693

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

Shades of Slate Grey #728693

Tints of Slate Grey #728693

Color information

#728693 (or 0x728693) is unknown color: approx Slate Grey. HEX triplet: 72, 86 and 93. RGB value is (114,134,147). Sum of RGB (Red+Green+Blue) = 114+134+147=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #728693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728693 is #8D796C. Grayscale: #818181. Windows color (decimal): -9271661 or 9668210. OLE color: 9668210.

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

Color convert

RGB114134147-
CMYK0.220.0900.42
HSL203.64º13.25%51.18%-
HSV(B)203.64º22.45%57.65%-
XYZ20.7322.7330.9-
YUV129.5137.87116.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=28.86%
G=33.92%
B=37.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141341470.220.0900.42203.6413.2551.18
Hex72869316902Accd33
Octal16220622326110523141563
Binary111001010000110100100111011010010101010110011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728693; }

 p { color: rgb(114,134,147); }

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

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

 a { background-color: rgb(114,134,147); }

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

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

 span { border-color: rgb(114,134,147); }

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