#72629D

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

Shades of Scampi #72629D

Tints of Scampi #72629D

Color information

#72629D (or 0x72629D) is unknown color: approx Scampi. HEX triplet: 72, 62 and 9D. RGB value is (114,98,157). Sum of RGB (Red+Green+Blue) = 114+98+157=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #72629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72629D is #8D9D62. Grayscale: #6D6D6D. Windows color (decimal): -9280867 or 10314354. OLE color: 10314354.

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

Color convert

RGB11498157-
CMYK0.270.3800.38
HSL256.27º23.14%50%-
HSV(B)256.27º37.58%61.57%-
XYZ17.3914.7533.83-
YUV109.51154.8131.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=30.89%
G=26.56%
B=42.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114981570.270.3800.38256.2723.1450
Hex72629D1B260261001732
Octal16214223533460464002762
Binary111001011000101001110111011100110010011010000000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72629D; }

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

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

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

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

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

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

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

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