Html Css Color HEX #746EAB Scampi

📋 copy color: '#746EAB'

red 116 ◦ green 110 ◦ blue 171

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

Shades of Scampi #746EAB

Tints of Scampi #746EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 29.22%
G = 27.71%
B = 43.07%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#746EAB (or 0x746EAB) is known color: Scampi. HEX triplet: 74, 6E and AB. RGB value is (116,110,171). Sum of RGB (Red+Green+Blue) = 116+110+171=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #746EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EAB is #8B9154. Grayscale: #767676. Windows color (decimal): -9146709 or 11234932. OLE color: 11234932.

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

Color convert

RGB 116 110 171 -
CMYK 0.32 0.36 0 0.33
HSL 245.9º 0.27% 0.55% -
HSV(B) 245.9º 0.36% 0.67% -
XYZ 20.13 17.81 40.9 -
YUV 118.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 116 110 171 0.32 0.36 0 0.33 245.9 0.27 0.55
Hex 74 6E AB 20 24 0 21 F6 1B 37
Octal 164 156 253 40 44 0 41 366 33 67
Binary 1110100 1101110 10101011 100000 100100 0 100001 11110110 11011 110111

Color Harmonies of #746EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746EAB

Black with #746EAB

Text Example


Text Example

White with #746EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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