#7569AB

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

Shades of Scampi #7569AB

Tints of Scampi #7569AB

Color information

#7569AB (or 0x7569AB) is unknown color: approx Scampi. HEX triplet: 75, 69 and AB. RGB value is (117,105,171). Sum of RGB (Red+Green+Blue) = 117+105+171=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #7569AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7569AB is #8A9654. Grayscale: #737373. Windows color (decimal): -9082453 or 11233653. OLE color: 11233653.

HSL color Cylindrical-coordinate representation of color #7569AB: hue angle of 250.91º degrees, saturation: 0.28, 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 #7569AB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117105171-
CMYK0.320.3900.33
HSL250.91º28.21%54.12%-
HSV(B)250.91º38.6%67.06%-
XYZ19.7416.8340.74-
YUV116.11158.98128.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=29.77%
G=26.72%
B=43.51%

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
Decimal1171051710.320.3900.33250.9128.2154.12
Hex7569AB2027021fb1c36
Octal16515125340470413733466
Binary111010111010011010101110000010011101000011111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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