#75689D

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

Shades of Scampi #75689D

Tints of Scampi #75689D

Color information

#75689D (or 0x75689D) is unknown color: approx Scampi. HEX triplet: 75, 68 and 9D. RGB value is (117,104,157). Sum of RGB (Red+Green+Blue) = 117+104+157=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #75689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75689D is #8A9762. Grayscale: #717171. Windows color (decimal): -9082723 or 10315893. OLE color: 10315893.

HSL color Cylindrical-coordinate representation of color #75689D: hue angle of 254.72º degrees, saturation: 0.21, 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 #75689D is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117104157-
CMYK0.250.3400.38
HSL254.72º21.29%51.18%-
HSV(B)254.72º33.76%61.57%-
XYZ18.3716.1234.04-
YUV113.93152.31130.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=30.95%
G=27.51%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171041570.250.3400.38254.7221.2951.18
Hex75689D1922026ff1533
Octal16515023531420463772563
Binary11101011101000100111011100110001001001101111111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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