#7568AB

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

Shades of Scampi #7568AB

Tints of Scampi #7568AB

Color information

#7568AB (or 0x7568AB) is unknown color: approx Scampi. HEX triplet: 75, 68 and AB. RGB value is (117,104,171). Sum of RGB (Red+Green+Blue) = 117+104+171=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7568AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7568AB is #8A9754. Grayscale: #737373. Windows color (decimal): -9082709 or 11233397. OLE color: 11233397.

HSL color Cylindrical-coordinate representation of color #7568AB: hue angle of 251.64º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7568AB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117104171-
CMYK0.320.3900.33
HSL251.64º28.51%53.92%-
HSV(B)251.64º39.18%67.06%-
XYZ19.6416.6240.7-
YUV115.52159.31129.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=29.85%
G=26.53%
B=43.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171041710.320.3900.33251.6428.5153.92
Hex7568AB2027021fc1d36
Octal16515025340470413743566
Binary111010111010001010101110000010011101000011111110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7568AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7568AB; }

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

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

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

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

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

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

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

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