#727194

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

Shades of Scampi #727194

Tints of Scampi #727194

Color information

#727194 (or 0x727194) is unknown color: approx Scampi. HEX triplet: 72, 71 and 94. RGB value is (114,113,148). Sum of RGB (Red+Green+Blue) = 114+113+148=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #727194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727194 is #8D8E6B. Grayscale: #757575. Windows color (decimal): -9277036 or 9728370. OLE color: 9728370.

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

Color convert

RGB114113148-
CMYK0.230.2400.42
HSL241.71º14.06%51.18%-
HSV(B)241.71º23.65%58.04%-
XYZ18.1917.5330.44-
YUV117.29145.33125.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=30.4%
G=30.13%
B=39.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141131480.230.2400.42241.7114.0651.18
Hex727194171802Af2e33
Octal16216122427300523621663
Binary111001011100011001010010111110000101010111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727194; }

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

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

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

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

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

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

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

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