#736099

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

Shades of Scampi #736099

Tints of Scampi #736099

Color information

#736099 (or 0x736099) is unknown color: approx Scampi. HEX triplet: 73, 60 and 99. RGB value is (115,96,153). Sum of RGB (Red+Green+Blue) = 115+96+153=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #736099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736099 is #8C9F66. Grayscale: #6B6B6B. Windows color (decimal): -9215847 or 10051699. OLE color: 10051699.

HSL color Cylindrical-coordinate representation of color #736099: hue angle of 260º 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 #736099 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11596153-
CMYK0.250.3700.4
HSL260º22.89%48.82%-
HSV(B)260º37.25%60%-
XYZ1714.3132-
YUV108.18153.29132.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.59%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=31.59%
G=26.37%
B=42.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115961530.250.3700.426022.8948.82
Hex73609919250281041731
Octal16314023131450504042761
Binary111001111000001001100111001100101010100010000010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736099; }

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

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

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

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

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

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

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

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