#736AAB

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

Shades of Scampi #736AAB

Tints of Scampi #736AAB

Color information

#736AAB (or 0x736AAB) is unknown color: approx Scampi. HEX triplet: 73, 6A and AB. RGB value is (115,106,171). Sum of RGB (Red+Green+Blue) = 115+106+171=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #736AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAB is #8C9554. Grayscale: #737373. Windows color (decimal): -9213269 or 11233907. OLE color: 11233907.

HSL color Cylindrical-coordinate representation of color #736AAB: hue angle of 248.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736AAB is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115106171-
CMYK0.330.3800.33
HSL248.31º27.9%54.31%-
HSV(B)248.31º38.01%67.06%-
XYZ19.5716.8940.76-
YUV116.1158.98127.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=29.34%
G=27.04%
B=43.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151061710.330.3800.33248.3127.954.31
Hex736AAB2126021f81c36
Octal16315225341460413703466
Binary111001111010101010101110000110011001000011111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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