#707195

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

Shades of Scampi #707195

Tints of Scampi #707195

Color information

#707195 (or 0x707195) is unknown color: approx Scampi. HEX triplet: 70, 71 and 95. RGB value is (112,113,149). Sum of RGB (Red+Green+Blue) = 112+113+149=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #707195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707195 is #8F8E6A. Grayscale: #747474. Windows color (decimal): -9408107 or 9793904. OLE color: 9793904.

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

Color convert

RGB112113149-
CMYK0.250.2400.42
HSL238.38º14.86%51.18%-
HSV(B)238.38º24.83%58.43%-
XYZ18.0117.4230.85-
YUV116.8146.17124.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=29.95%
G=30.21%
B=39.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121131490.250.2400.42238.3814.8651.18
Hex707195191802Aeef33
Octal16016122531300523561763
Binary111000011100011001010111001110000101010111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707195; }

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

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

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

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

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

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

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

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