Html Css Color HEX #735D9B Scampi

📋 copy color: '#735D9B'

red 115 ◦ green 93 ◦ blue 155

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

Shades of Scampi #735D9B

Tints of Scampi #735D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 31.68%
G = 25.62%
B = 42.7%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#735D9B (or 0x735D9B) is known color: Scampi. HEX triplet: 73, 5D and 9B. RGB value is (115,93,155). Sum of RGB (Red+Green+Blue) = 115+93+155=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #735D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735D9B is #8CA264. Grayscale: #6A6A6A. Windows color (decimal): -9216613 or 10182003. OLE color: 10182003.

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

Color convert

RGB 115 93 155 -
CMYK 0.26 0.4 0 0.39
HSL 261.29º 0.25% 0.49% -
HSV(B) 261.29º 0.4% 0.61% -
XYZ 16.9 13.84 32.79 -
YUV 106.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 115 93 155 0.26 0.4 0 0.39 261.29 0.25 0.49
Hex 73 5D 9B 1A 28 0 27 105 19 31
Octal 163 135 233 32 50 0 47 405 31 61
Binary 1110011 1011101 10011011 11010 101000 0 100111 100000101 11001 110001

Color Harmonies of #735D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D9B

Black with #735D9B

Text Example


Text Example

White with #735D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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