#726BA9

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

Shades of Scampi #726BA9

Tints of Scampi #726BA9

Color information

#726BA9 (or 0x726BA9) is unknown color: approx Scampi. HEX triplet: 72, 6B and A9. RGB value is (114,107,169). Sum of RGB (Red+Green+Blue) = 114+107+169=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 169 - color contains mainly: blue. Hex color #726BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BA9 is #8D9456. Grayscale: #737373. Windows color (decimal): -9278551 or 11103090. OLE color: 11103090.

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

Color convert

RGB114107169-
CMYK0.330.3700.34
HSL246.77º26.5%54.12%-
HSV(B)246.77º36.69%66.27%-
XYZ19.3616.9639.79-
YUV116.16157.82126.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 169 (66.41% from 255) = 43.33%
R=29.23%
G=27.44%
B=43.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141071690.330.3700.34246.7726.554.12
Hex726BA92125022f71a36
Octal16215325141450423673266
Binary111001011010111010100110000110010101000101111011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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