#756398

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

Shades of Scampi #756398

Tints of Scampi #756398

Color information

#756398 (or 0x756398) is unknown color: approx Scampi. HEX triplet: 75, 63 and 98. RGB value is (117,99,152). Sum of RGB (Red+Green+Blue) = 117+99+152=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #756398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756398 is #8A9C67. Grayscale: #6E6E6E. Windows color (decimal): -9084008 or 9986933. OLE color: 9986933.

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

Color convert

RGB11799152-
CMYK0.230.3500.40
HSL260.38º21.12%49.22%-
HSV(B)260.38º34.87%59.61%-
XYZ17.4714.9731.68-
YUV110.42151.46132.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=31.79%
G=26.90%
B=41.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117991520.230.3500.40260.3821.1249.22
Hex75639817230281041531
Octal16514323027430504042561
Binary111010111000111001100010111100011010100010000010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756398; }

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

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

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

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

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

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

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

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