#735f9b

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

Shades of Scampi #735F9B

Tints of Scampi #735F9B

Color information

#735F9B (or 0x735F9B) is unknown color: approx Scampi. HEX triplet: 73, 5F and 9B. RGB value is (115,95,155). Sum of RGB (Red+Green+Blue) = 115+95+155=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #735F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F9B is #8CA064. Grayscale: #6B6B6B. Windows color (decimal): -9216101 or 10182515. OLE color: 10182515.

HSL color Cylindrical-coordinate representation of color #735F9B: hue angle of 260º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #735F9B is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11595155-
CMYK0.260.3900.39
HSL260º24%49.02%-
HSV(B)260º38.71%60.78%-
XYZ17.0814.232.85-
YUV107.82154.63133.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=31.51%
G=26.03%
B=42.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115951550.260.3900.392602449.02
Hex735F9B1A270271041831
Octal16313723332470474043061
Binary111001110111111001101111010100111010011110000010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735f9b; }

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

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

<style>
 a { background-color: #735f9b; }

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

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

<style>
 span { border-color: #735f9b; }

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

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