#727494

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

Shades of Scampi #727494

Tints of Scampi #727494

Color information

#727494 (or 0x727494) is unknown color: approx Scampi. HEX triplet: 72, 74 and 94. RGB value is (114,116,148). Sum of RGB (Red+Green+Blue) = 114+116+148=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #727494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727494 is #8D8B6B. Grayscale: #767676. Windows color (decimal): -9276268 or 9729138. OLE color: 9729138.

HSL color Cylindrical-coordinate representation of color #727494: hue angle of 236.47º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727494 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114116148-
CMYK0.230.2200.42
HSL236.47º13.71%51.37%-
HSV(B)236.47º22.97%58.04%-
XYZ18.5318.2130.55-
YUV119.05144.34124.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=30.16%
G=30.69%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141161480.230.2200.42236.4713.7151.37
Hex727494171602Aece33
Octal16216422427260523541663
Binary111001011101001001010010111101100101010111011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727494; }

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

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

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

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

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

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

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

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