Html Css Color HEX #747395 Scampi

📋 copy color: '#747395'

red 116 ◦ green 115 ◦ blue 149

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

Shades of Scampi #747395

Tints of Scampi #747395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 30.53%
G = 30.26%
B = 39.21%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#747395 (or 0x747395) is known color: Scampi. HEX triplet: 74, 73 and 95. RGB value is (116,115,149). Sum of RGB (Red+Green+Blue) = 116+115+149=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #747395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747395 is #8B8C6A. Grayscale: #777777. Windows color (decimal): -9145451 or 9794420. OLE color: 9794420.

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

Color convert

RGB 116 115 149 -
CMYK 0.22 0.23 0 0.42
HSL 241.76º 0.14% 0.52% -
HSV(B) 241.76º 0.23% 0.58% -
XYZ 18.76 18.14 30.95 -
YUV 119.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 116 115 149 0.22 0.23 0 0.42 241.76 0.14 0.52
Hex 74 73 95 16 17 0 2A F2 E 34
Octal 164 163 225 26 27 0 52 362 16 64
Binary 1110100 1110011 10010101 10110 10111 0 101010 11110010 1110 110100

Color Harmonies of #747395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747395

Black with #747395

Text Example


Text Example

White with #747395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747395; }

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

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

background-color css

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

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

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

border-color css

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

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

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