#726BA0

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

Shades of Scampi #726BA0

Tints of Scampi #726BA0

Color information

#726BA0 (or 0x726BA0) is unknown color: approx Scampi. HEX triplet: 72, 6B and A0. RGB value is (114,107,160). Sum of RGB (Red+Green+Blue) = 114+107+160=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #726BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BA0 is #8D945F. Grayscale: #727272. Windows color (decimal): -9278560 or 10513266. OLE color: 10513266.

HSL color Cylindrical-coordinate representation of color #726BA0: hue angle of 247.92º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726BA0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB114107160-
CMYK0.290.3300.37
HSL247.92º21.81%52.35%-
HSV(B)247.92º33.13%62.75%-
XYZ18.5416.6335.49-
YUV115.14153.32127.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 160 (62.89% from 255) = 41.99%
R=29.92%
G=28.08%
B=41.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1141071600.290.3300.37247.9221.8152.35
Hex726BA01D21025f81634
Octal16215324035410453702664
Binary11100101101011101000001110110000101001011111100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726BA0; }

 p { color: rgb(114,107,160); }

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

<style>
 a { background-color: #726BA0; }

 a { background-color: rgb(114,107,160); }

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

<style>
 span { border-color: #726BA0; }

 span { border-color: rgb(114,107,160); }

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