#708293

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

Shades of Slate Grey #708293

Tints of Slate Grey #708293

Color information

#708293 (or 0x708293) is unknown color: approx Slate Grey. HEX triplet: 70, 82 and 93. RGB value is (112,130,147). Sum of RGB (Red+Green+Blue) = 112+130+147=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #708293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708293 is #8F7D6C. Grayscale: #7E7E7E. Windows color (decimal): -9403757 or 9667184. OLE color: 9667184.

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

Color convert

RGB112130147-
CMYK0.240.1200.42
HSL209.14º13.94%50.78%-
HSV(B)209.14º23.81%57.65%-
XYZ19.9321.5230.71-
YUV126.56139.54117.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=28.79%
G=33.42%
B=37.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121301470.240.1200.42209.1413.9450.78
Hex70829318C02Ad1e33
Octal16020222330140523211663
Binary111000010000010100100111100011000101010110100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708293; }

 p { color: rgb(112,130,147); }

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

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

 a { background-color: rgb(112,130,147); }

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

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

 span { border-color: rgb(112,130,147); }

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