#727294

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

Shades of Scampi #727294

Tints of Scampi #727294

Color information

#727294 (or 0x727294) is unknown color: approx Scampi. HEX triplet: 72, 72 and 94. RGB value is (114,114,148). Sum of RGB (Red+Green+Blue) = 114+114+148=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #727294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727294 is #8D8D6B. Grayscale: #757575. Windows color (decimal): -9276780 or 9728626. OLE color: 9728626.

HSL color Cylindrical-coordinate representation of color #727294: hue angle of 240º 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 #727294 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114114148-
CMYK0.230.2300.42
HSL240º13.71%51.37%-
HSV(B)240º22.97%58.04%-
XYZ18.317.7530.48-
YUV117.88145125.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=30.32%
G=30.32%
B=39.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141141480.230.2300.4224013.7151.37
Hex727294171702Af0e33
Octal16216222427270523601663
Binary111001011100101001010010111101110101010111100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727294; }

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

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

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

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

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

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

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

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