#736B9B

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

Shades of Scampi #736B9B

Tints of Scampi #736B9B

Color information

#736B9B (or 0x736B9B) is unknown color: approx Scampi. HEX triplet: 73, 6B and 9B. RGB value is (115,107,155). Sum of RGB (Red+Green+Blue) = 115+107+155=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #736B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736B9B is #8C9464. Grayscale: #727272. Windows color (decimal): -9213029 or 10185587. OLE color: 10185587.

HSL color Cylindrical-coordinate representation of color #736B9B: hue angle of 250º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736B9B is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115107155-
CMYK0.260.3100.39
HSL250º19.35%51.37%-
HSV(B)250º30.97%60.78%-
XYZ18.2416.5333.24-
YUV114.86150.65128.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=30.50%
G=28.38%
B=41.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151071550.260.3100.3925019.3551.37
Hex736B9B1A1F027fa1333
Octal16315323332370473722363
Binary1110011110101110011011110101111101001111111101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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