#727198

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

Shades of Scampi #727198

Tints of Scampi #727198

Color information

#727198 (or 0x727198) is unknown color: approx Scampi. HEX triplet: 72, 71 and 98. RGB value is (114,113,152). Sum of RGB (Red+Green+Blue) = 114+113+152=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #727198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727198 is #8D8E67. Grayscale: #757575. Windows color (decimal): -9277032 or 9990514. OLE color: 9990514.

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

Color convert

RGB114113152-
CMYK0.250.2600.40
HSL241.54º15.92%51.96%-
HSV(B)241.54º25.66%59.61%-
XYZ18.5117.6532.14-
YUV117.74147.33125.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.08%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=30.08%
G=29.82%
B=40.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141131520.250.2600.40241.5415.9251.96
Hex727198191A028f21034
Octal16216123031320503622064
Binary1110010111000110011000110011101001010001111001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727198; }

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

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

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

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

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

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

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

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