#736DAD

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

Shades of Scampi #736DAD

Tints of Scampi #736DAD

Color information

#736DAD (or 0x736DAD) is unknown color: approx Scampi. HEX triplet: 73, 6D and AD. RGB value is (115,109,173). Sum of RGB (Red+Green+Blue) = 115+109+173=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #736DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DAD is #8C9252. Grayscale: #757575. Windows color (decimal): -9212499 or 11365747. OLE color: 11365747.

HSL color Cylindrical-coordinate representation of color #736DAD: hue angle of 245.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736DAD is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115109173-
CMYK0.340.3700.32
HSL245.62º28.07%55.29%-
HSV(B)245.62º36.99%67.84%-
XYZ20.0817.641.87-
YUV118.09158.99125.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=28.97%
G=27.46%
B=43.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151091730.340.3700.32245.6228.0755.29
Hex736DAD2225020f61c37
Octal16315525542450403663467
Binary111001111011011010110110001010010101000001111011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736DAD; }

 p { color: rgb(115,109,173); }

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

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

 a { background-color: rgb(115,109,173); }

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

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

 span { border-color: rgb(115,109,173); }

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