Html Css Color HEX #747393 Scampi

📋 copy color: '#747393'

red 116 ◦ green 115 ◦ blue 147

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

Shades of Scampi #747393

Tints of Scampi #747393

RGB

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

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

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

R = 30.69%
G = 30.42%
B = 38.89%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#747393 (or 0x747393) is known color: Scampi. HEX triplet: 74, 73 and 93. RGB value is (116,115,147). Sum of RGB (Red+Green+Blue) = 116+115+147=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #747393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747393 is #8B8C6C. Grayscale: #767676. Windows color (decimal): -9145453 or 9663348. OLE color: 9663348.

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

Color convert

RGB 116 115 147 -
CMYK 0.21 0.22 0 0.42
HSL 241.88º 0.13% 0.51% -
HSV(B) 241.88º 0.22% 0.58% -
XYZ 18.6 18.08 30.11 -
YUV 118.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 116 115 147 0.21 0.22 0 0.42 241.88 0.13 0.51
Hex 74 73 93 15 16 0 2A F2 D 33
Octal 164 163 223 25 26 0 52 362 15 63
Binary 1110100 1110011 10010011 10101 10110 0 101010 11110010 1101 110011

Color Harmonies of #747393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747393

Black with #747393

Text Example


Text Example

White with #747393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747393; }

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

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

background-color css

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

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

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

border-color css

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

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

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