#725B9D

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

Shades of Scampi #725B9D

Tints of Scampi #725B9D

Color information

#725B9D (or 0x725B9D) is unknown color: approx Scampi. HEX triplet: 72, 5B and 9D. RGB value is (114,91,157). Sum of RGB (Red+Green+Blue) = 114+91+157=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #725B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725B9D is #8DA462. Grayscale: #696969. Windows color (decimal): -9282659 or 10312562. OLE color: 10312562.

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

Color convert

RGB11491157-
CMYK0.270.4200.38
HSL260.91º26.61%48.63%-
HSV(B)260.91º42.04%61.57%-
XYZ16.7713.4933.62-
YUV105.4157.12134.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=31.49%
G=25.14%
B=43.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114911570.270.4200.38260.9126.6148.63
Hex725B9D1B2A0261051b31
Octal16213323533520464053361
Binary111001010110111001110111011101010010011010000010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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