Html Css Color HEX #746D95 Scampi

📋 copy color: '#746D95'

red 116 ◦ green 109 ◦ blue 149

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

Shades of Scampi #746D95

Tints of Scampi #746D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

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

R = 31.02%
G = 29.14%
B = 39.84%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#746D95 (or 0x746D95) is known color: Scampi. HEX triplet: 74, 6D and 95. RGB value is (116,109,149). Sum of RGB (Red+Green+Blue) = 116+109+149=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #746D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D95 is #8B926A. Grayscale: #737373. Windows color (decimal): -9146987 or 9792884. OLE color: 9792884.

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

Color convert

RGB 116 109 149 -
CMYK 0.22 0.27 0 0.42
HSL 250.5º 0.16% 0.51% -
HSV(B) 250.5º 0.27% 0.58% -
XYZ 18.1 16.82 30.73 -
YUV 115.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 116 109 149 0.22 0.27 0 0.42 250.5 0.16 0.51
Hex 74 6D 95 16 1B 0 2A FB 10 33
Octal 164 155 225 26 33 0 52 373 20 63
Binary 1110100 1101101 10010101 10110 11011 0 101010 11111011 10000 110011

Color Harmonies of #746D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D95

Black with #746D95

Text Example


Text Example

White with #746D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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