#75689E

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

Shades of Scampi #75689E

Tints of Scampi #75689E

Color information

#75689E (or 0x75689E) is unknown color: approx Scampi. HEX triplet: 75, 68 and 9E. RGB value is (117,104,158). Sum of RGB (Red+Green+Blue) = 117+104+158=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #75689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75689E is #8A9761. Grayscale: #717171. Windows color (decimal): -9082722 or 10381429. OLE color: 10381429.

HSL color Cylindrical-coordinate representation of color #75689E: hue angle of 254.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75689E is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117104158-
CMYK0.260.3400.38
HSL254.44º21.77%51.37%-
HSV(B)254.44º34.18%61.96%-
XYZ18.4616.1534.49-
YUV114.04152.81130.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=30.87%
G=27.44%
B=41.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171041580.260.3400.38254.4421.7751.37
Hex75689E1A22026fe1633
Octal16515023632420463762663
Binary11101011101000100111101101010001001001101111111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75689E; }

 p { color: rgb(117,104,158); }

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

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

 a { background-color: rgb(117,104,158); }

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

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

 span { border-color: rgb(117,104,158); }

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