#7267AB

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

Shades of Scampi #7267AB

Tints of Scampi #7267AB

Color information

#7267AB (or 0x7267AB) is unknown color: approx Scampi. HEX triplet: 72, 67 and AB. RGB value is (114,103,171). Sum of RGB (Red+Green+Blue) = 114+103+171=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7267AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7267AB is #8D9854. Grayscale: #717171. Windows color (decimal): -9279573 or 11233138. OLE color: 11233138.

HSL color Cylindrical-coordinate representation of color #7267AB: hue angle of 249.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7267AB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114103171-
CMYK0.330.4000.33
HSL249.71º28.81%53.73%-
HSV(B)249.71º39.77%67.06%-
XYZ19.1416.2240.65-
YUV114.04160.14127.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=29.38%
G=26.55%
B=44.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141031710.330.4000.33249.7128.8153.73
Hex7267AB2128021fa1d36
Octal16214725341500413723566
Binary111001011001111010101110000110100001000011111101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7267AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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