Html Css Color HEX #745EA2 Scampi

📋 copy color: '#745EA2'

red 116 ◦ green 94 ◦ blue 162

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

Shades of Scampi #745EA2

Tints of Scampi #745EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 31.18%
G = 25.27%
B = 43.55%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#745EA2 (or 0x745EA2) is known color: Scampi. HEX triplet: 74, 5E and A2. RGB value is (116,94,162). Sum of RGB (Red+Green+Blue) = 116+94+162=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #745EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745EA2 is #8BA15D. Grayscale: #6C6C6C. Windows color (decimal): -9150814 or 10641012. OLE color: 10641012.

HSL color Cylindrical-coordinate representation of color #745EA2: hue angle of 259.41º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745EA2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 94 162 -
CMYK 0.28 0.42 0 0.36
HSL 259.41º 0.27% 0.5% -
HSV(B) 259.41º 0.42% 0.64% -
XYZ 17.73 14.33 36.01 -
YUV 108.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 116 94 162 0.28 0.42 0 0.36 259.41 0.27 0.5
Hex 74 5E A2 1C 2A 0 24 103 1B 32
Octal 164 136 242 34 52 0 44 403 33 62
Binary 1110100 1011110 10100010 11100 101010 0 100100 100000011 11011 110010

Color Harmonies of #745EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EA2

Black with #745EA2

Text Example


Text Example

White with #745EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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