#756299

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

Shades of Scampi #756299

Tints of Scampi #756299

Color information

#756299 (or 0x756299) is unknown color: approx Scampi. HEX triplet: 75, 62 and 99. RGB value is (117,98,153). Sum of RGB (Red+Green+Blue) = 117+98+153=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #756299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756299 is #8A9D66. Grayscale: #6D6D6D. Windows color (decimal): -9084263 or 10052213. OLE color: 10052213.

HSL color Cylindrical-coordinate representation of color #756299: hue angle of 260.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756299 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11798153-
CMYK0.240.3600.4
HSL260.73º21.91%49.22%-
HSV(B)260.73º35.95%60%-
XYZ17.4514.8232.08-
YUV109.95152.29133.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 153 (60.16% from 255) = 41.58%
R=31.79%
G=26.63%
B=41.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117981530.240.3600.4260.7321.9149.22
Hex75629918240281051631
Octal16514223130440504052661
Binary111010111000101001100111000100100010100010000010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756299; }

 p { color: rgb(117,98,153); }

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

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

 a { background-color: rgb(117,98,153); }

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

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

 span { border-color: rgb(117,98,153); }

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