Html Css Color HEX #735DA9 Scampi

📋 copy color: '#735DA9'

red 115 ◦ green 93 ◦ blue 169

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

Shades of Scampi #735DA9

Tints of Scampi #735DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 30.5%
G = 24.67%
B = 44.83%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#735DA9 (or 0x735DA9) is known color: Scampi. HEX triplet: 73, 5D and A9. RGB value is (115,93,169). Sum of RGB (Red+Green+Blue) = 115+93+169=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #735DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DA9 is #8CA256. Grayscale: #6B6B6B. Windows color (decimal): -9216599 or 11099507. OLE color: 11099507.

HSL color Cylindrical-coordinate representation of color #735DA9: hue angle of 257.37º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735DA9 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 93 169 -
CMYK 0.32 0.45 0 0.34
HSL 257.37º 0.31% 0.51% -
HSV(B) 257.37º 0.45% 0.66% -
XYZ 18.15 14.34 39.35 -
YUV 108.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 115 93 169 0.32 0.45 0 0.34 257.37 0.31 0.51
Hex 73 5D A9 20 2D 0 22 101 1F 33
Octal 163 135 251 40 55 0 42 401 37 63
Binary 1110011 1011101 10101001 100000 101101 0 100010 100000001 11111 110011

Color Harmonies of #735DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DA9

Black with #735DA9

Text Example


Text Example

White with #735DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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