Html Css Color HEX #747390 Scampi

📋 copy color: '#747390'

red 116 ◦ green 115 ◦ blue 144

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

Shades of Scampi #747390

Tints of Scampi #747390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 30.93%
G = 30.67%
B = 38.4%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#747390 (or 0x747390) is known color: Scampi. HEX triplet: 74, 73 and 90. RGB value is (116,115,144). Sum of RGB (Red+Green+Blue) = 116+115+144=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #747390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747390 is #8B8C6F. Grayscale: #767676. Windows color (decimal): -9145456 or 9466740. OLE color: 9466740.

HSL color Cylindrical-coordinate representation of color #747390: hue angle of 242.07º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747390 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 115 144 -
CMYK 0.19 0.20 0 0.44
HSL 242.07º 0.12% 0.51% -
HSV(B) 242.07º 0.2% 0.56% -
XYZ 18.37 17.99 28.89 -
YUV 118.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 116 115 144 0.19 0.20 0 0.44 242.07 0.12 0.51
Hex 74 73 90 13 14 0 2C F2 C 33
Octal 164 163 220 23 24 0 54 362 14 63
Binary 1110100 1110011 10010000 10011 10100 0 101100 11110010 1100 110011

Color Harmonies of #747390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747390

Black with #747390

Text Example


Text Example

White with #747390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747390; }

 p { color: rgb(116,115,144); }

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

background-color css

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

 a { background-color: rgb(116,115,144); }

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

border-color css

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

 span { border-color: rgb(116,115,144); }

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