#726895

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

Shades of Scampi #726895

Tints of Scampi #726895

Color information

#726895 (or 0x726895) is unknown color: approx Scampi. HEX triplet: 72, 68 and 95. RGB value is (114,104,149). Sum of RGB (Red+Green+Blue) = 114+104+149=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #726895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726895 is #8D976A. Grayscale: #6F6F6F. Windows color (decimal): -9279339 or 9791602. OLE color: 9791602.

HSL color Cylindrical-coordinate representation of color #726895: hue angle of 253.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726895 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114104149-
CMYK0.230.3000.42
HSL253.33º17.79%49.61%-
HSV(B)253.33º30.2%58.43%-
XYZ17.3115.6530.54-
YUV112.12148.81129.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=31.06%
G=28.34%
B=40.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141041490.230.3000.42253.3317.7949.61
Hex726895171E02Afd1232
Octal16215022527360523752262
Binary1110010110100010010101101111111001010101111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726895; }

 p { color: rgb(114,104,149); }

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

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

 a { background-color: rgb(114,104,149); }

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

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

 span { border-color: rgb(114,104,149); }

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