Html Css Color HEX #746BAE Scampi

📋 copy color: '#746BAE'

red 116 ◦ green 107 ◦ blue 174

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

Shades of Scampi #746BAE

Tints of Scampi #746BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 29.22%
G = 26.95%
B = 43.83%

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

#746BAE (or 0x746BAE) is known color: Scampi. HEX triplet: 74, 6B and AE. RGB value is (116,107,174). Sum of RGB (Red+Green+Blue) = 116+107+174=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #746BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BAE is #8B9451. Grayscale: #757575. Windows color (decimal): -9147474 or 11430772. OLE color: 11430772.

HSL color Cylindrical-coordinate representation of color #746BAE: hue angle of 248.06º 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 #746BAE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 107 174 -
CMYK 0.33 0.39 0 0.32
HSL 248.06º 0.29% 0.55% -
HSV(B) 248.06º 0.39% 0.68% -
XYZ 20.1 17.28 42.32 -
YUV 117.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 116 107 174 0.33 0.39 0 0.32 248.06 0.29 0.55
Hex 74 6B AE 21 27 0 20 F8 1D 37
Octal 164 153 256 41 47 0 40 370 35 67
Binary 1110100 1101011 10101110 100001 100111 0 100000 11111000 11101 110111

Color Harmonies of #746BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BAE

Black with #746BAE

Text Example


Text Example

White with #746BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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