Html Css Color HEX #746AAD Scampi

📋 copy color: '#746AAD'

red 116 ◦ green 106 ◦ blue 173

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

Shades of Scampi #746AAD

Tints of Scampi #746AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 29.37%
G = 26.84%
B = 43.8%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#746AAD (or 0x746AAD) is known color: Scampi. HEX triplet: 74, 6A and AD. RGB value is (116,106,173). Sum of RGB (Red+Green+Blue) = 116+106+173=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #746AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AAD is #8B9552. Grayscale: #747474. Windows color (decimal): -9147731 or 11364980. OLE color: 11364980.

HSL color Cylindrical-coordinate representation of color #746AAD: hue angle of 248.96º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746AAD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 106 173 -
CMYK 0.33 0.39 0 0.32
HSL 248.96º 0.29% 0.55% -
HSV(B) 248.96º 0.39% 0.68% -
XYZ 19.9 17.04 41.78 -
YUV 116.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 116 106 173 0.33 0.39 0 0.32 248.96 0.29 0.55
Hex 74 6A AD 21 27 0 20 F9 1D 37
Octal 164 152 255 41 47 0 40 371 35 67
Binary 1110100 1101010 10101101 100001 100111 0 100000 11111001 11101 110111

Color Harmonies of #746AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746AAD

Black with #746AAD

Text Example


Text Example

White with #746AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,106,173); }

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

background-color css

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

 a { background-color: rgb(116,106,173); }

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

border-color css

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

 span { border-color: rgb(116,106,173); }

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