Html Css Color HEX #735E9B Scampi

📋 copy color: '#735E9B'

red 115 ◦ green 94 ◦ blue 155

#735E9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #735E9B

Tints of Scampi #735E9B

RGB

 RED value IS 115 (45.31% from 255) = 31.59%

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 31.59%
G = 25.82%
B = 42.58%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#735E9B (or 0x735E9B) is known color: Scampi. HEX triplet: 73, 5E and 9B. RGB value is (115,94,155). Sum of RGB (Red+Green+Blue) = 115+94+155=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #735E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735E9B is #8CA164. Grayscale: #6B6B6B. Windows color (decimal): -9216357 or 10182259. OLE color: 10182259.

HSL color Cylindrical-coordinate representation of color #735E9B: hue angle of 260.66º 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 #735E9B is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 94 155 -
CMYK 0.26 0.39 0 0.39
HSL 260.66º 0.24% 0.49% -
HSV(B) 260.66º 0.39% 0.61% -
XYZ 16.99 14.02 32.82 -
YUV 107.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 115 94 155 0.26 0.39 0 0.39 260.66 0.24 0.49
Hex 73 5E 9B 1A 27 0 27 105 18 31
Octal 163 136 233 32 47 0 47 405 30 61
Binary 1110011 1011110 10011011 11010 100111 0 100111 100000101 11000 110001

Color Harmonies of #735E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E9B

Black with #735E9B

Text Example


Text Example

White with #735E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #735E9B;
 }
 .AnyTagClassName
 {
   color: #735E9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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