#757098

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

Shades of Scampi #757098

Tints of Scampi #757098

Color information

#757098 (or 0x757098) is unknown color: approx Scampi. HEX triplet: 75, 70 and 98. RGB value is (117,112,152). Sum of RGB (Red+Green+Blue) = 117+112+152=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #757098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757098 is #8A8F67. Grayscale: #757575. Windows color (decimal): -9080680 or 9990261. OLE color: 9990261.

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

Color convert

RGB117112152-
CMYK0.230.2600.40
HSL247.5º16.26%51.76%-
HSV(B)247.5º26.32%59.61%-
XYZ18.817.6432.12-
YUV118.06147.16127.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=30.71%
G=29.40%
B=39.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171121520.230.2600.40247.516.2651.76
Hex757098171A028f81034
Octal16516023027320503702064
Binary1110101111000010011000101111101001010001111100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757098; }

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

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

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

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

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

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

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

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