#726BAD

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

Shades of Scampi #726BAD

Tints of Scampi #726BAD

Color information

#726BAD (or 0x726BAD) is unknown color: approx Scampi. HEX triplet: 72, 6B and AD. RGB value is (114,107,173). Sum of RGB (Red+Green+Blue) = 114+107+173=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #726BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BAD is #8D9452. Grayscale: #747474. Windows color (decimal): -9278547 or 11365234. OLE color: 11365234.

HSL color Cylindrical-coordinate representation of color #726BAD: hue angle of 246.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726BAD is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114107173-
CMYK0.340.3800.32
HSL246.36º28.7%54.9%-
HSV(B)246.36º38.15%67.84%-
XYZ19.7417.1141.8-
YUV116.62159.82126.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=28.93%
G=27.16%
B=43.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141071730.340.3800.32246.3628.754.9
Hex726BAD2226020f61d37
Octal16215325542460403663567
Binary111001011010111010110110001010011001000001111011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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