#736799

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

Shades of Scampi #736799

Tints of Scampi #736799

Color information

#736799 (or 0x736799) is unknown color: approx Scampi. HEX triplet: 73, 67 and 99. RGB value is (115,103,153). Sum of RGB (Red+Green+Blue) = 115+103+153=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #736799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736799 is #8C9866. Grayscale: #707070. Windows color (decimal): -9214055 or 10053491. OLE color: 10053491.

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

Color convert

RGB115103153-
CMYK0.250.3300.4
HSL254.4º19.69%50.2%-
HSV(B)254.4º32.68%60%-
XYZ17.6715.6532.23-
YUV112.29150.98129.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=31.00%
G=27.76%
B=41.24%

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
Decimal1151031530.250.3300.4254.419.6950.2
Hex7367991921028fe1432
Octal16314723131410503762462
Binary11100111100111100110011100110000101010001111111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736799; }

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

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

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

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

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

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

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

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