#726DAC

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

Shades of Scampi #726DAC

Tints of Scampi #726DAC

Color information

#726DAC (or 0x726DAC) is unknown color: approx Scampi. HEX triplet: 72, 6D and AC. RGB value is (114,109,172). Sum of RGB (Red+Green+Blue) = 114+109+172=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #726DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DAC is #8D9253. Grayscale: #757575. Windows color (decimal): -9278036 or 11300210. OLE color: 11300210.

HSL color Cylindrical-coordinate representation of color #726DAC: hue angle of 244.76º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726DAC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114109172-
CMYK0.340.3700.33
HSL244.76º27.51%55.1%-
HSV(B)244.76º36.63%67.45%-
XYZ19.8517.4941.36-
YUV117.68158.66125.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=28.86%
G=27.59%
B=43.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141091720.340.3700.33244.7627.5155.1
Hex726DAC2225021f51c37
Octal16215525442450413653467
Binary111001011011011010110010001010010101000011111010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,172); }

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

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

 a { background-color: rgb(114,109,172); }

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

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

 span { border-color: rgb(114,109,172); }

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