#726998

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

Shades of Scampi #726998

Tints of Scampi #726998

Color information

#726998 (or 0x726998) is unknown color: approx Scampi. HEX triplet: 72, 69 and 98. RGB value is (114,105,152). Sum of RGB (Red+Green+Blue) = 114+105+152=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #726998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726998 is #8D9667. Grayscale: #707070. Windows color (decimal): -9279080 or 9988466. OLE color: 9988466.

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

Color convert

RGB114105152-
CMYK0.250.3100.40
HSL251.49º18.58%50.39%-
HSV(B)251.49º30.92%59.61%-
XYZ17.6615.9531.85-
YUV113.05149.98128.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=30.73%
G=28.30%
B=40.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141051520.250.3100.40251.4918.5850.39
Hex726998191F028fb1332
Octal16215123031370503732362
Binary1110010110100110011000110011111101010001111101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726998; }

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

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

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

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

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

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

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

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