#707095

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

Shades of Scampi #707095

Tints of Scampi #707095

Color information

#707095 (or 0x707095) is unknown color: approx Scampi. HEX triplet: 70, 70 and 95. RGB value is (112,112,149). Sum of RGB (Red+Green+Blue) = 112+112+149=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #707095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707095 is #8F8F6A. Grayscale: #747474. Windows color (decimal): -9408363 or 9793648. OLE color: 9793648.

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

Color convert

RGB112112149-
CMYK0.250.2500.42
HSL240º14.86%51.18%-
HSV(B)240º24.83%58.43%-
XYZ17.917.230.81-
YUV116.22146.5124.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=30.03%
G=30.03%
B=39.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121121490.250.2500.4224014.8651.18
Hex707095191902Af0f33
Octal16016022531310523601763
Binary111000011100001001010111001110010101010111100001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707095; }

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

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

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

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

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

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

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

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