#736892

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

Shades of Scampi #736892

Tints of Scampi #736892

Color information

#736892 (or 0x736892) is unknown color: approx Scampi. HEX triplet: 73, 68 and 92. RGB value is (115,104,146). Sum of RGB (Red+Green+Blue) = 115+104+146=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #736892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736892 is #8C976D. Grayscale: #6F6F6F. Windows color (decimal): -9213806 or 9594995. OLE color: 9594995.

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

Color convert

RGB115104146-
CMYK0.210.2900.43
HSL255.71º16.8%49.02%-
HSV(B)255.71º28.77%57.25%-
XYZ17.2115.6229.3-
YUV112.08147.14130.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 146 (57.42% from 255) = 40%
R=31.51%
G=28.49%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151041460.210.2900.43255.7116.849.02
Hex736892151D02B1001131
Octal16315022225350534002161
Binary11100111101000100100101010111101010101110000000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736892; }

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

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

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

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

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

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

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

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