#7568AF

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

Shades of Scampi #7568AF

Tints of Scampi #7568AF

Color information

#7568AF (or 0x7568AF) is unknown color: approx Scampi. HEX triplet: 75, 68 and AF. RGB value is (117,104,175). Sum of RGB (Red+Green+Blue) = 117+104+175=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #7568AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7568AF is #8A9750. Grayscale: #737373. Windows color (decimal): -9082705 or 11495541. OLE color: 11495541.

HSL color Cylindrical-coordinate representation of color #7568AF: hue angle of 250.99º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7568AF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117104175-
CMYK0.330.4100.31
HSL250.99º30.74%54.71%-
HSV(B)250.99º40.57%68.63%-
XYZ20.0216.7842.74-
YUV115.98161.31128.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.55%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=29.55%
G=26.26%
B=44.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171041750.330.4100.31250.9930.7454.71
Hex7568AF212901Ffb1f37
Octal16515025741510373733767
Binary11101011101000101011111000011010010111111111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7568AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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