#725F9D

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

Shades of Scampi #725F9D

Tints of Scampi #725F9D

Color information

#725F9D (or 0x725F9D) is unknown color: approx Scampi. HEX triplet: 72, 5F and 9D. RGB value is (114,95,157). Sum of RGB (Red+Green+Blue) = 114+95+157=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #725F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725F9D is #8DA062. Grayscale: #6B6B6B. Windows color (decimal): -9281635 or 10313586. OLE color: 10313586.

HSL color Cylindrical-coordinate representation of color #725F9D: hue angle of 258.39º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725F9D is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11495157-
CMYK0.270.3900.38
HSL258.39º24.6%49.41%-
HSV(B)258.39º39.49%61.57%-
XYZ17.1214.233.74-
YUV107.75155.79132.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=31.15%
G=25.96%
B=42.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114951570.270.3900.38258.3924.649.41
Hex725F9D1B270261021931
Octal16213723533470464023161
Binary111001010111111001110111011100111010011010000001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,157); }

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

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

 a { background-color: rgb(114,95,157); }

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

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

 span { border-color: rgb(114,95,157); }

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