#726D98

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

Shades of Scampi #726D98

Tints of Scampi #726D98

Color information

#726D98 (or 0x726D98) is unknown color: approx Scampi. HEX triplet: 72, 6D and 98. RGB value is (114,109,152). Sum of RGB (Red+Green+Blue) = 114+109+152=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #726D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D98 is #8D9267. Grayscale: #737373. Windows color (decimal): -9278056 or 9989490. OLE color: 9989490.

HSL color Cylindrical-coordinate representation of color #726D98: hue angle of 246.98º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726D98 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114109152-
CMYK0.250.2800.40
HSL246.98º17.27%51.18%-
HSV(B)246.98º28.29%59.61%-
XYZ18.0816.7831.99-
YUV115.4148.66127-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=30.4%
G=29.07%
B=40.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141091520.250.2800.40246.9817.2751.18
Hex726D98191C028f71133
Octal16215523031340503672163
Binary1110010110110110011000110011110001010001111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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