Html Css Color HEX #746A9F Scampi

📋 copy color: '#746A9F'

red 116 ◦ green 106 ◦ blue 159

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

Shades of Scampi #746A9F

Tints of Scampi #746A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 30.45%
G = 27.82%
B = 41.73%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#746A9F (or 0x746A9F) is known color: Scampi. HEX triplet: 74, 6A and 9F. RGB value is (116,106,159). Sum of RGB (Red+Green+Blue) = 116+106+159=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #746A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746A9F is #8B9560. Grayscale: #727272. Windows color (decimal): -9147745 or 10447476. OLE color: 10447476.

HSL color Cylindrical-coordinate representation of color #746A9F: hue angle of 251.32º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746A9F is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 106 159 -
CMYK 0.27 0.33 0 0.38
HSL 251.32º 0.22% 0.52% -
HSV(B) 251.32º 0.33% 0.62% -
XYZ 18.61 16.52 35.01 -
YUV 115.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 116 106 159 0.27 0.33 0 0.38 251.32 0.22 0.52
Hex 74 6A 9F 1B 21 0 26 FB 16 34
Octal 164 152 237 33 41 0 46 373 26 64
Binary 1110100 1101010 10011111 11011 100001 0 100110 11111011 10110 110100

Color Harmonies of #746A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A9F

Black with #746A9F

Text Example


Text Example

White with #746A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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