#7264AB

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

Shades of Scampi #7264AB

Tints of Scampi #7264AB

Color information

#7264AB (or 0x7264AB) is unknown color: approx Scampi. HEX triplet: 72, 64 and AB. RGB value is (114,100,171). Sum of RGB (Red+Green+Blue) = 114+100+171=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7264AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7264AB is #8D9B54. Grayscale: #707070. Windows color (decimal): -9280341 or 11232370. OLE color: 11232370.

HSL color Cylindrical-coordinate representation of color #7264AB: hue angle of 251.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7264AB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114100171-
CMYK0.330.4200.33
HSL251.83º29.71%53.14%-
HSV(B)251.83º41.52%67.06%-
XYZ18.8515.6340.55-
YUV112.28161.14129.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=29.61%
G=25.97%
B=44.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141001710.330.4200.33251.8329.7153.14
Hex7264AB212A021fc1e35
Octal16214425341520413743665
Binary111001011001001010101110000110101001000011111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7264AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,100,171); }

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

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

 a { background-color: rgb(114,100,171); }

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

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

 span { border-color: rgb(114,100,171); }

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