Html Css Color HEX #746F9D Scampi

📋 copy color: '#746F9D'

red 116 ◦ green 111 ◦ blue 157

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

Shades of Scampi #746F9D

Tints of Scampi #746F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 30.21%
G = 28.91%
B = 40.89%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#746F9D (or 0x746F9D) is known color: Scampi. HEX triplet: 74, 6F and 9D. RGB value is (116,111,157). Sum of RGB (Red+Green+Blue) = 116+111+157=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #746F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F9D is #8B9062. Grayscale: #757575. Windows color (decimal): -9146467 or 10317684. OLE color: 10317684.

HSL color Cylindrical-coordinate representation of color #746F9D: hue angle of 246.52º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746F9D is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 111 157 -
CMYK 0.26 0.29 0 0.38
HSL 246.52º 0.19% 0.53% -
HSV(B) 246.52º 0.29% 0.62% -
XYZ 18.97 17.52 34.28 -
YUV 117.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 116 111 157 0.26 0.29 0 0.38 246.52 0.19 0.53
Hex 74 6F 9D 1A 1D 0 26 F7 13 35
Octal 164 157 235 32 35 0 46 367 23 65
Binary 1110100 1101111 10011101 11010 11101 0 100110 11110111 10011 110101

Color Harmonies of #746F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F9D

Black with #746F9D

Text Example


Text Example

White with #746F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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