#736AAD

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

Shades of Scampi #736AAD

Tints of Scampi #736AAD

Color information

#736AAD (or 0x736AAD) is unknown color: approx Scampi. HEX triplet: 73, 6A and AD. RGB value is (115,106,173). Sum of RGB (Red+Green+Blue) = 115+106+173=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #736AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAD is #8C9552. Grayscale: #747474. Windows color (decimal): -9213267 or 11364979. OLE color: 11364979.

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

Color convert

RGB115106173-
CMYK0.340.3900.32
HSL248.06º29%54.71%-
HSV(B)248.06º38.73%67.84%-
XYZ19.7716.9741.77-
YUV116.33159.98127.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=29.19%
G=26.90%
B=43.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151061730.340.3900.32248.062954.71
Hex736AAD2227020f81d37
Octal16315225542470403703567
Binary111001111010101010110110001010011101000001111100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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