Html Css Color HEX #747293 Scampi

📋 copy color: '#747293'

red 116 ◦ green 114 ◦ blue 147

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

Shades of Scampi #747293

Tints of Scampi #747293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 30.77%
G = 30.24%
B = 38.99%

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

#747293 (or 0x747293) is known color: Scampi. HEX triplet: 74, 72 and 93. RGB value is (116,114,147). Sum of RGB (Red+Green+Blue) = 116+114+147=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #747293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747293 is #8B8D6C. Grayscale: #767676. Windows color (decimal): -9145709 or 9663092. OLE color: 9663092.

HSL color Cylindrical-coordinate representation of color #747293: hue angle of 243.64º 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 #747293 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 114 147 -
CMYK 0.21 0.22 0 0.42
HSL 243.64º 0.13% 0.51% -
HSV(B) 243.64º 0.22% 0.58% -
XYZ 18.49 17.85 30.08 -
YUV 118.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 116 114 147 0.21 0.22 0 0.42 243.64 0.13 0.51
Hex 74 72 93 15 16 0 2A F4 D 33
Octal 164 162 223 25 26 0 52 364 15 63
Binary 1110100 1110010 10010011 10101 10110 0 101010 11110100 1101 110011

Color Harmonies of #747293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747293

Black with #747293

Text Example


Text Example

White with #747293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747293; }

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

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

background-color css

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

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

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

border-color css

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

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

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