Html Css Color HEX #746993 Scampi

📋 copy color: '#746993'

red 116 ◦ green 105 ◦ blue 147

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

Shades of Scampi #746993

Tints of Scampi #746993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 31.52%
G = 28.53%
B = 39.95%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#746993 (or 0x746993) is known color: Scampi. HEX triplet: 74, 69 and 93. RGB value is (116,105,147). Sum of RGB (Red+Green+Blue) = 116+105+147=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #746993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746993 is #8B966C. Grayscale: #707070. Windows color (decimal): -9148013 or 9660788. OLE color: 9660788.

HSL color Cylindrical-coordinate representation of color #746993: hue angle of 255.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746993 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 105 147 -
CMYK 0.21 0.29 0 0.42
HSL 255.71º 0.17% 0.49% -
HSV(B) 255.71º 0.29% 0.58% -
XYZ 17.52 15.92 29.75 -
YUV 113.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 116 105 147 0.21 0.29 0 0.42 255.71 0.17 0.49
Hex 74 69 93 15 1D 0 2A 100 11 31
Octal 164 151 223 25 35 0 52 400 21 61
Binary 1110100 1101001 10010011 10101 11101 0 101010 100000000 10001 110001

Color Harmonies of #746993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746993

Black with #746993

Text Example


Text Example

White with #746993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746993; }

 p { color: rgb(116,105,147); }

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

background-color css

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

 a { background-color: rgb(116,105,147); }

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

border-color css

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

 span { border-color: rgb(116,105,147); }

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