#707399

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

Shades of Scampi #707399

Tints of Scampi #707399

Color information

#707399 (or 0x707399) is unknown color: approx Scampi. HEX triplet: 70, 73 and 99. RGB value is (112,115,153). Sum of RGB (Red+Green+Blue) = 112+115+153=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #707399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707399 is #8F8C66. Grayscale: #767676. Windows color (decimal): -9407591 or 10056560. OLE color: 10056560.

HSL color Cylindrical-coordinate representation of color #707399: hue angle of 235.61º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707399 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112115153-
CMYK0.270.2500.4
HSL235.61º16.73%51.96%-
HSV(B)235.61º26.8%60%-
XYZ18.5618.0132.63-
YUV118.44147.51123.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=29.47%
G=30.26%
B=40.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121151530.270.2500.4235.6116.7351.96
Hex7073991B19028ec1134
Octal16016323133310503542164
Binary1110000111001110011001110111100101010001110110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707399; }

 p { color: rgb(112,115,153); }

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

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

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

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

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

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

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