#726198

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

Shades of Scampi #726198

Tints of Scampi #726198

Color information

#726198 (or 0x726198) is unknown color: approx Scampi. HEX triplet: 72, 61 and 98. RGB value is (114,97,152). Sum of RGB (Red+Green+Blue) = 114+97+152=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #726198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726198 is #8D9E67. Grayscale: #6C6C6C. Windows color (decimal): -9281128 or 9986418. OLE color: 9986418.

HSL color Cylindrical-coordinate representation of color #726198: hue angle of 258.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #726198 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11497152-
CMYK0.250.3600.40
HSL258.55º22.09%48.82%-
HSV(B)258.55º36.18%59.61%-
XYZ16.8814.3931.59-
YUV108.35152.63132.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=31.40%
G=26.72%
B=41.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114971520.250.3600.40258.5522.0948.82
Hex72619819240281031631
Octal16214123031440504032661
Binary111001011000011001100011001100100010100010000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726198; }

 p { color: rgb(114,97,152); }

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

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

 a { background-color: rgb(114,97,152); }

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

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

 span { border-color: rgb(114,97,152); }

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