#707098

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

Shades of Scampi #707098

Tints of Scampi #707098

Color information

#707098 (or 0x707098) is unknown color: approx Scampi. HEX triplet: 70, 70 and 98. RGB value is (112,112,152). Sum of RGB (Red+Green+Blue) = 112+112+152=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #707098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707098 is #8F8F67. Grayscale: #747474. Windows color (decimal): -9408360 or 9990256. OLE color: 9990256.

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

Color convert

RGB112112152-
CMYK0.260.2600.40
HSL240º16.26%51.76%-
HSV(B)240º26.32%59.61%-
XYZ18.1417.332.09-
YUV116.56148124.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=29.79%
G=29.79%
B=40.43%

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
Decimal1121121520.260.2600.4024016.2651.76
Hex7070981A1A028f01034
Octal16016023032320503602064
Binary1110000111000010011000110101101001010001111000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707098; }

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

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

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

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

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

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

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

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