Html Css Color HEX #746BA0 Scampi

📋 copy color: '#746BA0'

red 116 ◦ green 107 ◦ blue 160

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

Shades of Scampi #746BA0

Tints of Scampi #746BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 30.29%
G = 27.94%
B = 41.78%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#746BA0 (or 0x746BA0) is known color: Scampi. HEX triplet: 74, 6B and A0. RGB value is (116,107,160). Sum of RGB (Red+Green+Blue) = 116+107+160=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #746BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BA0 is #8B945F. Grayscale: #737373. Windows color (decimal): -9147488 or 10513268. OLE color: 10513268.

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

Color convert

RGB 116 107 160 -
CMYK 0.28 0.33 0 0.37
HSL 250.19º 0.22% 0.52% -
HSV(B) 250.19º 0.33% 0.63% -
XYZ 18.81 16.77 35.5 -
YUV 115.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 116 107 160 0.28 0.33 0 0.37 250.19 0.22 0.52
Hex 74 6B A0 1C 21 0 25 FA 16 34
Octal 164 153 240 34 41 0 45 372 26 64
Binary 1110100 1101011 10100000 11100 100001 0 100101 11111010 10110 110100

Color Harmonies of #746BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BA0

Black with #746BA0

Text Example


Text Example

White with #746BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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