#736893

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

Shades of Scampi #736893

Tints of Scampi #736893

Color information

#736893 (or 0x736893) is unknown color: approx Scampi. HEX triplet: 73, 68 and 93. RGB value is (115,104,147). Sum of RGB (Red+Green+Blue) = 115+104+147=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #736893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736893 is #8C976C. Grayscale: #707070. Windows color (decimal): -9213805 or 9660531. OLE color: 9660531.

HSL color Cylindrical-coordinate representation of color #736893: hue angle of 255.35º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736893 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115104147-
CMYK0.220.2900.42
HSL255.35º17.13%49.22%-
HSV(B)255.35º29.25%57.65%-
XYZ17.2915.6529.71-
YUV112.19147.64130-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=31.42%
G=28.42%
B=40.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151041470.220.2900.42255.3517.1349.22
Hex736893161D02Aff1131
Octal16315022326350523772161
Binary1110011110100010010011101101110101010101111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736893; }

 p { color: rgb(115,104,147); }

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

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

 a { background-color: rgb(115,104,147); }

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

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

 span { border-color: rgb(115,104,147); }

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