#708396

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

Shades of Slate Grey #708396

Tints of Slate Grey #708396

Color information

#708396 (or 0x708396) is unknown color: approx Slate Grey. HEX triplet: 70, 83 and 96. RGB value is (112,131,150). Sum of RGB (Red+Green+Blue) = 112+131+150=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #708396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708396 is #8F7C69. Grayscale: #7F7F7F. Windows color (decimal): -9403498 or 9864048. OLE color: 9864048.

HSL color Cylindrical-coordinate representation of color #708396: hue angle of 210º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708396 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB112131150-
CMYK0.250.1300.41
HSL210º15.32%51.37%-
HSV(B)210º25.33%58.82%-
XYZ20.321.8832.01-
YUV127.48140.71116.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=28.50%
G=33.33%
B=38.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121311500.250.1300.4121015.3251.37
Hex70839619D029d2f33
Octal16020322631150513221763
Binary111000010000011100101101100111010101001110100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708396; }

 p { color: rgb(112,131,150); }

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

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

 a { background-color: rgb(112,131,150); }

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

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

 span { border-color: rgb(112,131,150); }

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