#726FA4

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

Shades of Scampi #726FA4

Tints of Scampi #726FA4

Color information

#726FA4 (or 0x726FA4) is unknown color: approx Scampi. HEX triplet: 72, 6F and A4. RGB value is (114,111,164). Sum of RGB (Red+Green+Blue) = 114+111+164=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #726FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA4 is #8D905B. Grayscale: #757575. Windows color (decimal): -9277532 or 10776434. OLE color: 10776434.

HSL color Cylindrical-coordinate representation of color #726FA4: hue angle of 243.4º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726FA4 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114111164-
CMYK0.300.3200.36
HSL243.4º22.55%53.92%-
HSV(B)243.4º32.32%64.31%-
XYZ19.3217.6337.51-
YUV117.94153.99125.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=29.31%
G=28.53%
B=42.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141111640.300.3200.36243.422.5553.92
Hex726FA41E20024f31736
Octal16215724436400443632766
Binary11100101101111101001001111010000001001001111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,164); }

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

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

 a { background-color: rgb(114,111,164); }

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

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

 span { border-color: rgb(114,111,164); }

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