#736795

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

Shades of Scampi #736795

Tints of Scampi #736795

Color information

#736795 (or 0x736795) is unknown color: approx Scampi. HEX triplet: 73, 67 and 95. RGB value is (115,103,149). Sum of RGB (Red+Green+Blue) = 115+103+149=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #736795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736795 is #8C986A. Grayscale: #6F6F6F. Windows color (decimal): -9214059 or 9791347. OLE color: 9791347.

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

Color convert

RGB115103149-
CMYK0.230.3100.42
HSL255.65º18.25%49.41%-
HSV(B)255.65º30.87%58.43%-
XYZ17.3515.5230.51-
YUV111.83148.98130.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.34%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=31.34%
G=28.07%
B=40.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151031490.230.3100.42255.6518.2549.41
Hex736795171F02A1001231
Octal16314722527370524002261
Binary11100111100111100101011011111111010101010000000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736795; }

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

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

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

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

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

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

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

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