#725E98

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

Shades of Scampi #725E98

Tints of Scampi #725E98

Color information

#725E98 (or 0x725E98) is unknown color: approx Scampi. HEX triplet: 72, 5E and 98. RGB value is (114,94,152). Sum of RGB (Red+Green+Blue) = 114+94+152=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #725E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725E98 is #8DA167. Grayscale: #6A6A6A. Windows color (decimal): -9281896 or 9985650. OLE color: 9985650.

HSL color Cylindrical-coordinate representation of color #725E98: hue angle of 260.69º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #725E98 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11494152-
CMYK0.250.3800.40
HSL260.69º23.58%48.24%-
HSV(B)260.69º38.16%59.61%-
XYZ16.6113.8531.5-
YUV106.59153.63133.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 152 (59.77% from 255) = 42.22%
R=31.67%
G=26.11%
B=42.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114941520.250.3800.40260.6923.5848.24
Hex725E9819260281051830
Octal16213623031460504053060
Binary111001010111101001100011001100110010100010000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725E98; }

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

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

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

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

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

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

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

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