Html Css Color HEX #747593 Scampi

📋 copy color: '#747593'

red 116 ◦ green 117 ◦ blue 147

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

Shades of Scampi #747593

Tints of Scampi #747593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 30.53%
G = 30.79%
B = 38.68%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#747593 (or 0x747593) is known color: Scampi. HEX triplet: 74, 75 and 93. RGB value is (116,117,147). Sum of RGB (Red+Green+Blue) = 116+117+147=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #747593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747593 is #8B8A6C. Grayscale: #787878. Windows color (decimal): -9144941 or 9663860. OLE color: 9663860.

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

Color convert

RGB 116 117 147 -
CMYK 0.21 0.20 0 0.42
HSL 238.06º 0.13% 0.52% -
HSV(B) 238.06º 0.21% 0.58% -
XYZ 18.83 18.54 30.19 -
YUV 120.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 116 117 147 0.21 0.20 0 0.42 238.06 0.13 0.52
Hex 74 75 93 15 14 0 2A EE D 34
Octal 164 165 223 25 24 0 52 356 15 64
Binary 1110100 1110101 10010011 10101 10100 0 101010 11101110 1101 110100

Color Harmonies of #747593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747593

Black with #747593

Text Example


Text Example

White with #747593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747593; }

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

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

background-color css

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

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

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

border-color css

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

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

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