#725DA5

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

Shades of Scampi #725DA5

Tints of Scampi #725DA5

Color information

#725DA5 (or 0x725DA5) is unknown color: approx Scampi. HEX triplet: 72, 5D and A5. RGB value is (114,93,165). Sum of RGB (Red+Green+Blue) = 114+93+165=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #725DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DA5 is #8DA25A. Grayscale: #6B6B6B. Windows color (decimal): -9282139 or 10837362. OLE color: 10837362.

HSL color Cylindrical-coordinate representation of color #725DA5: hue angle of 257.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725DA5 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11493165-
CMYK0.310.4400.35
HSL257.5º28.57%50.59%-
HSV(B)257.5º43.64%64.71%-
XYZ17.6514.1237.39-
YUV107.49160.46132.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 93 (36.72% from 255) = 25%
BLUE value IS 165 (64.84% from 255) = 44.35%
R=30.65%
G=25%
B=44.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114931650.310.4400.35257.528.5750.59
Hex725DA51F2C0231021d33
Octal16213524537540434023563
Binary111001010111011010010111111101100010001110000001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,165); }

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

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

 a { background-color: rgb(114,93,165); }

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

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

 span { border-color: rgb(114,93,165); }

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