#736699

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

Shades of Scampi #736699

Tints of Scampi #736699

Color information

#736699 (or 0x736699) is unknown color: approx Scampi. HEX triplet: 73, 66 and 99. RGB value is (115,102,153). Sum of RGB (Red+Green+Blue) = 115+102+153=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #736699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736699 is #8C9966. Grayscale: #6F6F6F. Windows color (decimal): -9214311 or 10053235. OLE color: 10053235.

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

Color convert

RGB115102153-
CMYK0.250.3300.4
HSL255.29º20%50%-
HSV(B)255.29º33.33%60%-
XYZ17.5715.4532.19-
YUV111.7151.31130.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=31.08%
G=27.57%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151021530.250.3300.4255.292050
Hex7366991921028ff1432
Octal16314623131410503772462
Binary11100111100110100110011100110000101010001111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736699; }

 p { color: rgb(115,102,153); }

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

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

 a { background-color: rgb(115,102,153); }

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

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

 span { border-color: rgb(115,102,153); }

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