#7466A7

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

Shades of Scampi #7466A7

Tints of Scampi #7466A7

Color information

#7466A7 (or 0x7466A7) is unknown color: approx Scampi. HEX triplet: 74, 66 and A7. RGB value is (116,102,167). Sum of RGB (Red+Green+Blue) = 116+102+167=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 167 - color contains mainly: blue. Hex color #7466A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7466A7 is #8B9958. Grayscale: #717171. Windows color (decimal): -9148761 or 10970740. OLE color: 10970740.

HSL color Cylindrical-coordinate representation of color #7466A7: hue angle of 252.92º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7466A7 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116102167-
CMYK0.310.3900.35
HSL252.92º26.97%52.75%-
HSV(B)252.92º38.92%65.49%-
XYZ18.9316.0138.65-
YUV113.6158.14129.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 167 (65.62% from 255) = 43.38%
R=30.13%
G=26.49%
B=43.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161021670.310.3900.35252.9226.9752.75
Hex7466A71F27023fd1b35
Octal16414624737470433753365
Binary11101001100110101001111111110011101000111111110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7466A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7466A7; }

 p { color: rgb(116,102,167); }

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

<style>
 a { background-color: #7466A7; }

 a { background-color: rgb(116,102,167); }

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

<style>
 span { border-color: #7466A7; }

 span { border-color: rgb(116,102,167); }

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