#707F9D

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

Shades of Light Slate Grey #707F9D

Tints of Light Slate Grey #707F9D

Color information

#707F9D (or 0x707F9D) is unknown color: approx Light Slate Grey. HEX triplet: 70, 7F and 9D. RGB value is (112,127,157). Sum of RGB (Red+Green+Blue) = 112+127+157=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #707F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F9D is #8F8062. Grayscale: #7D7D7D. Windows color (decimal): -9404515 or 10321776. OLE color: 10321776.

HSL color Cylindrical-coordinate representation of color #707F9D: hue angle of 220º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #707F9D is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112127157-
CMYK0.290.1900.38
HSL220º18.67%52.75%-
HSV(B)220º28.66%61.57%-
XYZ20.3621.0634.89-
YUV125.93145.53118.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=28.28%
G=32.07%
B=39.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121271570.290.1900.3822018.6752.75
Hex707F9D1D13026dc1335
Octal16017723535230463342365
Binary1110000111111110011101111011001101001101101110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707F9D; }

 p { color: rgb(112,127,157); }

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

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

 a { background-color: rgb(112,127,157); }

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

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

 span { border-color: rgb(112,127,157); }

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