#736bab

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

Shades of Scampi #736BAB

Tints of Scampi #736BAB

Color information

#736BAB (or 0x736BAB) is unknown color: approx Scampi. HEX triplet: 73, 6B and AB. RGB value is (115,107,171). Sum of RGB (Red+Green+Blue) = 115+107+171=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #736BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAB is #8C9454. Grayscale: #747474. Windows color (decimal): -9213013 or 11234163. OLE color: 11234163.

HSL color Cylindrical-coordinate representation of color #736BAB: hue angle of 247.5º degrees, saturation: 0.28, 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 #736BAB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115107171-
CMYK0.330.3700.33
HSL247.5º27.59%54.51%-
HSV(B)247.5º37.43%67.06%-
XYZ19.6817.140.79-
YUV116.69158.65126.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=29.26%
G=27.23%
B=43.51%

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
Decimal1151071710.330.3700.33247.527.5954.51
Hex736BAB2125021f81c37
Octal16315325341450413703467
Binary111001111010111010101110000110010101000011111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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