#708093

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

Shades of Slate Grey #708093

Tints of Slate Grey #708093

Color information

#708093 (or 0x708093) is unknown color: approx Slate Grey. HEX triplet: 70, 80 and 93. RGB value is (112,128,147). Sum of RGB (Red+Green+Blue) = 112+128+147=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #708093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708093 is #8F7F6C. Grayscale: #7D7D7D. Windows color (decimal): -9404269 or 9666672. OLE color: 9666672.

HSL color Cylindrical-coordinate representation of color #708093: hue angle of 212.57º 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 #708093 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112128147-
CMYK0.240.1300.42
HSL212.57º13.94%50.78%-
HSV(B)212.57º23.81%57.65%-
XYZ19.6720.9930.62-
YUV125.38140.2118.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=28.94%
G=33.07%
B=37.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121281470.240.1300.42212.5713.9450.78
Hex70809318D02Ad5e33
Octal16020022330150523251663
Binary111000010000000100100111100011010101010110101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708093; }

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

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

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

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

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

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

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

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