#726898

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

Shades of Scampi #726898

Tints of Scampi #726898

Color information

#726898 (or 0x726898) is unknown color: approx Scampi. HEX triplet: 72, 68 and 98. RGB value is (114,104,152). Sum of RGB (Red+Green+Blue) = 114+104+152=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #726898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726898 is #8D9767. Grayscale: #707070. Windows color (decimal): -9279336 or 9988210. OLE color: 9988210.

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

Color convert

RGB114104152-
CMYK0.250.3200.40
HSL252.5º18.9%50.2%-
HSV(B)252.5º31.58%59.61%-
XYZ17.5615.7531.82-
YUV112.46150.31129.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=30.81%
G=28.11%
B=41.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141041520.250.3200.40252.518.950.2
Hex7268981920028fc1332
Octal16215023031400503742362
Binary11100101101000100110001100110000001010001111110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726898; }

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

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

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

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

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

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

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

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