Html Css Color HEX #746F95 Scampi

📋 copy color: '#746F95'

red 116 ◦ green 111 ◦ blue 149

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

Shades of Scampi #746F95

Tints of Scampi #746F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 30.85%
G = 29.52%
B = 39.63%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#746F95 (or 0x746F95) is known color: Scampi. HEX triplet: 74, 6F and 95. RGB value is (116,111,149). Sum of RGB (Red+Green+Blue) = 116+111+149=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #746F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F95 is #8B906A. Grayscale: #747474. Windows color (decimal): -9146475 or 9793396. OLE color: 9793396.

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

Color convert

RGB 116 111 149 -
CMYK 0.22 0.26 0 0.42
HSL 247.89º 0.15% 0.51% -
HSV(B) 247.89º 0.26% 0.58% -
XYZ 18.31 17.25 30.8 -
YUV 116.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 116 111 149 0.22 0.26 0 0.42 247.89 0.15 0.51
Hex 74 6F 95 16 1A 0 2A F8 F 33
Octal 164 157 225 26 32 0 52 370 17 63
Binary 1110100 1101111 10010101 10110 11010 0 101010 11111000 1111 110011

Color Harmonies of #746F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F95

Black with #746F95

Text Example


Text Example

White with #746F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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