#725A9B

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

Shades of Scampi #725A9B

Tints of Scampi #725A9B

Color information

#725A9B (or 0x725A9B) is unknown color: approx Scampi. HEX triplet: 72, 5A and 9B. RGB value is (114,90,155). Sum of RGB (Red+Green+Blue) = 114+90+155=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #725A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725A9B is #8DA564. Grayscale: #686868. Windows color (decimal): -9282917 or 10181234. OLE color: 10181234.

HSL color Cylindrical-coordinate representation of color #725A9B: hue angle of 262.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725A9B is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11490155-
CMYK0.260.4200.39
HSL262.15º26.53%48.04%-
HSV(B)262.15º41.94%60.78%-
XYZ16.5113.2632.7-
YUV104.59156.45134.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=31.75%
G=25.07%
B=43.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114901550.260.4200.39262.1526.5348.04
Hex725A9B1A2A0271061b30
Octal16213223332520474063360
Binary111001010110101001101111010101010010011110000011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,90,155); }

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

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

 a { background-color: rgb(114,90,155); }

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

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

 span { border-color: rgb(114,90,155); }

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