#707198

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

Shades of Scampi #707198

Tints of Scampi #707198

Color information

#707198 (or 0x707198) is unknown color: approx Scampi. HEX triplet: 70, 71 and 98. RGB value is (112,113,152). Sum of RGB (Red+Green+Blue) = 112+113+152=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #707198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707198 is #8F8E67. Grayscale: #747474. Windows color (decimal): -9408104 or 9990512. OLE color: 9990512.

HSL color Cylindrical-coordinate representation of color #707198: hue angle of 238.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707198 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112113152-
CMYK0.260.2600.40
HSL238.5º16.26%51.76%-
HSV(B)238.5º26.32%59.61%-
XYZ18.2517.5232.13-
YUV117.15147.67124.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=29.71%
G=29.97%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121131520.260.2600.40238.516.2651.76
Hex7071981A1A028ee1034
Octal16016123032320503562064
Binary1110000111000110011000110101101001010001110111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707198; }

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

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

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

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

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

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

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

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