Html Css Color HEX #746E8D Scampi

📋 copy color: '#746E8D'

red 116 ◦ green 110 ◦ blue 141

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

Shades of Scampi #746E8D

Tints of Scampi #746E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 31.61%
G = 29.97%
B = 38.42%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#746E8D (or 0x746E8D) is known color: Scampi. HEX triplet: 74, 6E and 8D. RGB value is (116,110,141). Sum of RGB (Red+Green+Blue) = 116+110+141=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #746E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E8D is #8B9172. Grayscale: #737373. Windows color (decimal): -9146739 or 9268852. OLE color: 9268852.

HSL color Cylindrical-coordinate representation of color #746E8D: hue angle of 251.61º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746E8D is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 110 141 -
CMYK 0.18 0.22 0 0.45
HSL 251.61º 0.12% 0.49% -
HSV(B) 251.61º 0.22% 0.55% -
XYZ 17.59 16.79 27.51 -
YUV 115.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 116 110 141 0.18 0.22 0 0.45 251.61 0.12 0.49
Hex 74 6E 8D 12 16 0 2D FC C 31
Octal 164 156 215 22 26 0 55 374 14 61
Binary 1110100 1101110 10001101 10010 10110 0 101101 11111100 1100 110001

Color Harmonies of #746E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E8D

Black with #746E8D

Text Example


Text Example

White with #746E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746E8D; }

 p { color: rgb(116,110,141); }

 H1.HeaderClassName
 {
   color: #746E8D;
 }
 .AnyTagClassName
 {
   color: #746E8D;
 }
</style>

background-color css

<style>
 a { background-color: #746E8D; }

 a { background-color: rgb(116,110,141); }

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

border-color css

<style>
 span { border-color: #746E8D; }

 span { border-color: rgb(116,110,141); }

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