#727498

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

Shades of Scampi #727498

Tints of Scampi #727498

Color information

#727498 (or 0x727498) is unknown color: approx Scampi. HEX triplet: 72, 74 and 98. RGB value is (114,116,152). Sum of RGB (Red+Green+Blue) = 114+116+152=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #727498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727498 is #8D8B67. Grayscale: #777777. Windows color (decimal): -9276264 or 9991282. OLE color: 9991282.

HSL color Cylindrical-coordinate representation of color #727498: hue angle of 236.84º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #727498 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114116152-
CMYK0.250.2400.40
HSL236.84º15.57%52.16%-
HSV(B)236.84º25%59.61%-
XYZ18.8518.3432.25-
YUV119.51146.34124.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=29.84%
G=30.37%
B=39.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141161520.250.2400.40236.8415.5752.16
Hex7274981918028ed1034
Octal16216423031300503552064
Binary1110010111010010011000110011100001010001110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727498; }

 p { color: rgb(114,116,152); }

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

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

 a { background-color: rgb(114,116,152); }

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

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

 span { border-color: rgb(114,116,152); }

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