#736CAB

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

Shades of Scampi #736CAB

Tints of Scampi #736CAB

Color information

#736CAB (or 0x736CAB) is unknown color: approx Scampi. HEX triplet: 73, 6C and AB. RGB value is (115,108,171). Sum of RGB (Red+Green+Blue) = 115+108+171=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #736CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736CAB is #8C9354. Grayscale: #757575. Windows color (decimal): -9212757 or 11234419. OLE color: 11234419.

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

Color convert

RGB115108171-
CMYK0.330.3700.33
HSL246.67º27.27%54.71%-
HSV(B)246.67º36.84%67.06%-
XYZ19.7817.3140.83-
YUV117.28158.32126.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 108 (42.58% from 255) = 27.41%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=29.19%
G=27.41%
B=43.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151081710.330.3700.33246.6727.2754.71
Hex736CAB2125021f71b37
Octal16315425341450413673367
Binary111001111011001010101110000110010101000011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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