#726298

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

Shades of Scampi #726298

Tints of Scampi #726298

Color information

#726298 (or 0x726298) is unknown color: approx Scampi. HEX triplet: 72, 62 and 98. RGB value is (114,98,152). Sum of RGB (Red+Green+Blue) = 114+98+152=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #726298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726298 is #8D9D67. Grayscale: #6C6C6C. Windows color (decimal): -9280872 or 9986674. OLE color: 9986674.

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

Color convert

RGB11498152-
CMYK0.250.3600.40
HSL257.78º21.6%49.02%-
HSV(B)257.78º35.53%59.61%-
XYZ16.9714.5831.63-
YUV108.94152.3131.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=31.32%
G=26.92%
B=41.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114981520.250.3600.40257.7821.649.02
Hex72629819240281021631
Octal16214223031440504022661
Binary111001011000101001100011001100100010100010000001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726298; }

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

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

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

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

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

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

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

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