#757298

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

Shades of Scampi #757298

Tints of Scampi #757298

Color information

#757298 (or 0x757298) is unknown color: approx Scampi. HEX triplet: 75, 72 and 98. RGB value is (117,114,152). Sum of RGB (Red+Green+Blue) = 117+114+152=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 152 - color contains mainly: blue. Hex color #757298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757298 is #8A8D67. Grayscale: #777777. Windows color (decimal): -9080168 or 9990773. OLE color: 9990773.

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

Color convert

RGB117114152-
CMYK0.230.2500.40
HSL244.74º15.57%52.16%-
HSV(B)244.74º25%59.61%-
XYZ19.0218.0832.19-
YUV119.23146.49126.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=30.55%
G=29.77%
B=39.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171141520.230.2500.40244.7415.5752.16
Hex7572981719028f51034
Octal16516223027310503652064
Binary1110101111001010011000101111100101010001111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757298; }

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

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

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

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

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

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

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

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