#726297

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

Shades of Scampi #726297

Tints of Scampi #726297

Color information

#726297 (or 0x726297) is unknown color: approx Scampi. HEX triplet: 72, 62 and 97. RGB value is (114,98,151). Sum of RGB (Red+Green+Blue) = 114+98+151=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #726297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726297 is #8D9D68. Grayscale: #6C6C6C. Windows color (decimal): -9280873 or 9921138. OLE color: 9921138.

HSL color Cylindrical-coordinate representation of color #726297: hue angle of 258.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #726297 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11498151-
CMYK0.250.3500.41
HSL258.11º21.29%48.82%-
HSV(B)258.11º35.1%59.22%-
XYZ16.8914.5531.2-
YUV108.83151.8131.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 151 (59.38% from 255) = 41.60%
R=31.40%
G=27.00%
B=41.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114981510.250.3500.41258.1121.2948.82
Hex72629719230291021531
Octal16214222731430514022561
Binary111001011000101001011111001100011010100110000001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726297; }

 p { color: rgb(114,98,151); }

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

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

 a { background-color: rgb(114,98,151); }

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

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

 span { border-color: rgb(114,98,151); }

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