Html Css Color HEX #746396 Scampi

📋 copy color: '#746396'

red 116 ◦ green 99 ◦ blue 150

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

Shades of Scampi #746396

Tints of Scampi #746396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 31.78%
G = 27.12%
B = 41.1%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746396 (or 0x746396) is known color: Scampi. HEX triplet: 74, 63 and 96. RGB value is (116,99,150). Sum of RGB (Red+Green+Blue) = 116+99+150=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #746396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746396 is #8B9C69. Grayscale: #6D6D6D. Windows color (decimal): -9149546 or 9855860. OLE color: 9855860.

HSL color Cylindrical-coordinate representation of color #746396: hue angle of 260º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746396 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 99 150 -
CMYK 0.23 0.34 0 0.41
HSL 260º 0.2% 0.49% -
HSV(B) 260º 0.34% 0.59% -
XYZ 17.17 14.84 30.81 -
YUV 109.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 116 99 150 0.23 0.34 0 0.41 260 0.2 0.49
Hex 74 63 96 17 22 0 29 104 14 31
Octal 164 143 226 27 42 0 51 404 24 61
Binary 1110100 1100011 10010110 10111 100010 0 101001 100000100 10100 110001

Color Harmonies of #746396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746396

Black with #746396

Text Example


Text Example

White with #746396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746396; }

 p { color: rgb(116,99,150); }

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

background-color css

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

 a { background-color: rgb(116,99,150); }

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

border-color css

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

 span { border-color: rgb(116,99,150); }

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