Html Css Color HEX #746BA3 Scampi

📋 copy color: '#746BA3'

red 116 ◦ green 107 ◦ blue 163

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

Shades of Scampi #746BA3

Tints of Scampi #746BA3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 30.05%
G = 27.72%
B = 42.23%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#746BA3 (or 0x746BA3) is known color: Scampi. HEX triplet: 74, 6B and A3. RGB value is (116,107,163). Sum of RGB (Red+Green+Blue) = 116+107+163=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #746BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BA3 is #8B945C. Grayscale: #737373. Windows color (decimal): -9147485 or 10709876. OLE color: 10709876.

HSL color Cylindrical-coordinate representation of color #746BA3: hue angle of 249.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746BA3 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 107 163 -
CMYK 0.29 0.34 0 0.36
HSL 249.64º 0.23% 0.53% -
HSV(B) 249.64º 0.34% 0.64% -
XYZ 19.07 16.87 36.9 -
YUV 116.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 116 107 163 0.29 0.34 0 0.36 249.64 0.23 0.53
Hex 74 6B A3 1D 22 0 24 FA 17 35
Octal 164 153 243 35 42 0 44 372 27 65
Binary 1110100 1101011 10100011 11101 100010 0 100100 11111010 10111 110101

Color Harmonies of #746BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BA3

Black with #746BA3

Text Example


Text Example

White with #746BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,163); }

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

background-color css

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

 a { background-color: rgb(116,107,163); }

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

border-color css

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

 span { border-color: rgb(116,107,163); }

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