Html Css Color HEX #745D9B Scampi

📋 copy color: '#745D9B'

red 116 ◦ green 93 ◦ blue 155

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

Shades of Scampi #745D9B

Tints of Scampi #745D9B

RGB

 RED value IS 116 (45.7% from 255) = 31.87%

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

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

R = 31.87%
G = 25.55%
B = 42.58%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#745D9B (or 0x745D9B) is known color: Scampi. HEX triplet: 74, 5D and 9B. RGB value is (116,93,155). Sum of RGB (Red+Green+Blue) = 116+93+155=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 93 (36.72% from 255 or 25.55% 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 #745D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D9B is #8BA264. Grayscale: #6A6A6A. Windows color (decimal): -9151077 or 10182004. OLE color: 10182004.

HSL color Cylindrical-coordinate representation of color #745D9B: hue angle of 262.26º 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 #745D9B is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 93 155 -
CMYK 0.25 0.4 0 0.39
HSL 262.26º 0.25% 0.49% -
HSV(B) 262.26º 0.4% 0.61% -
XYZ 17.03 13.91 32.8 -
YUV 106.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 116 93 155 0.25 0.4 0 0.39 262.26 0.25 0.49
Hex 74 5D 9B 19 28 0 27 106 19 31
Octal 164 135 233 31 50 0 47 406 31 61
Binary 1110100 1011101 10011011 11001 101000 0 100111 100000110 11001 110001

Color Harmonies of #745D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D9B

Black with #745D9B

Text Example


Text Example

White with #745D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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