Html Css Color HEX #745E9A Scampi

📋 copy color: '#745E9A'

red 116 ◦ green 94 ◦ blue 154

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

Shades of Scampi #745E9A

Tints of Scampi #745E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 31.87%
G = 25.82%
B = 42.31%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#745E9A (or 0x745E9A) is known color: Scampi. HEX triplet: 74, 5E and 9A. RGB value is (116,94,154). Sum of RGB (Red+Green+Blue) = 116+94+154=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #745E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E9A is #8BA165. Grayscale: #6B6B6B. Windows color (decimal): -9150822 or 10116724. OLE color: 10116724.

HSL color Cylindrical-coordinate representation of color #745E9A: hue angle of 262º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745E9A is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 94 154 -
CMYK 0.25 0.39 0 0.40
HSL 262º 0.24% 0.49% -
HSV(B) 262º 0.39% 0.6% -
XYZ 17.04 14.05 32.39 -
YUV 107.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 116 94 154 0.25 0.39 0 0.40 262 0.24 0.49
Hex 74 5E 9A 19 27 0 28 106 18 31
Octal 164 136 232 31 47 0 50 406 30 61
Binary 1110100 1011110 10011010 11001 100111 0 101000 100000110 11000 110001

Color Harmonies of #745E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E9A

Black with #745E9A

Text Example


Text Example

White with #745E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,94,154); }

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

background-color css

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

 a { background-color: rgb(116,94,154); }

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

border-color css

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

 span { border-color: rgb(116,94,154); }

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