#708295

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

Shades of Slate Grey #708295

Tints of Slate Grey #708295

Color information

#708295 (or 0x708295) is unknown color: approx Slate Grey. HEX triplet: 70, 82 and 95. RGB value is (112,130,149). Sum of RGB (Red+Green+Blue) = 112+130+149=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #708295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708295 is #8F7D6A. Grayscale: #7E7E7E. Windows color (decimal): -9403755 or 9798256. OLE color: 9798256.

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

Color convert

RGB112130149-
CMYK0.250.1300.42
HSL210.81º14.86%51.18%-
HSV(B)210.81º24.83%58.43%-
XYZ20.0921.5831.54-
YUV126.78140.54117.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=28.64%
G=33.25%
B=38.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121301490.250.1300.42210.8114.8651.18
Hex70829519D02Ad3f33
Octal16020222531150523231763
Binary111000010000010100101011100111010101010110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708295; }

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

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

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

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

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

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

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

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