#726098

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

Shades of Scampi #726098

Tints of Scampi #726098

Color information

#726098 (or 0x726098) is unknown color: approx Scampi. HEX triplet: 72, 60 and 98. RGB value is (114,96,152). Sum of RGB (Red+Green+Blue) = 114+96+152=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #726098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726098 is #8D9F67. Grayscale: #6B6B6B. Windows color (decimal): -9281384 or 9986162. OLE color: 9986162.

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

Color convert

RGB11496152-
CMYK0.250.3700.40
HSL259.29º22.58%48.63%-
HSV(B)259.29º36.84%59.61%-
XYZ16.7914.2131.56-
YUV107.77152.96132.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 152 (59.77% from 255) = 41.99%
R=31.49%
G=26.52%
B=41.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114961520.250.3700.40259.2922.5848.63
Hex72609819250281031731
Octal16214023031450504032761
Binary111001011000001001100011001100101010100010000001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726098; }

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

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

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

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

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

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

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

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