#7469AC

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

Shades of Scampi #7469AC

Tints of Scampi #7469AC

Color information

#7469AC (or 0x7469AC) is unknown color: approx Scampi. HEX triplet: 74, 69 and AC. RGB value is (116,105,172). Sum of RGB (Red+Green+Blue) = 116+105+172=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #7469AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7469AC is #8B9653. Grayscale: #737373. Windows color (decimal): -9147988 or 11299188. OLE color: 11299188.

HSL color Cylindrical-coordinate representation of color #7469AC: hue angle of 249.85º 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 #7469AC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116105172-
CMYK0.330.3900.33
HSL249.85º28.76%54.31%-
HSV(B)249.85º38.95%67.45%-
XYZ19.716.7941.23-
YUV115.93159.64128.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=29.52%
G=26.72%
B=43.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161051720.330.3900.33249.8528.7654.31
Hex7469AC2127021fa1d36
Octal16415125441470413723566
Binary111010011010011010110010000110011101000011111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7469AC; }

 p { color: rgb(116,105,172); }

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

<style>
 a { background-color: #7469AC; }

 a { background-color: rgb(116,105,172); }

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

<style>
 span { border-color: #7469AC; }

 span { border-color: rgb(116,105,172); }

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