Html Css Color HEX #746897 Scampi

📋 copy color: '#746897'

red 116 ◦ green 104 ◦ blue 151

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

Shades of Scampi #746897

Tints of Scampi #746897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 31.27%
G = 28.03%
B = 40.7%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746897 (or 0x746897) is known color: Scampi. HEX triplet: 74, 68 and 97. RGB value is (116,104,151). Sum of RGB (Red+Green+Blue) = 116+104+151=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #746897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746897 is #8B9768. Grayscale: #707070. Windows color (decimal): -9148265 or 9922676. OLE color: 9922676.

HSL color Cylindrical-coordinate representation of color #746897: hue angle of 255.32º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746897 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 104 151 -
CMYK 0.23 0.31 0 0.41
HSL 255.32º 0.18% 0.5% -
HSV(B) 255.32º 0.31% 0.59% -
XYZ 17.74 15.85 31.4 -
YUV 112.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 116 104 151 0.23 0.31 0 0.41 255.32 0.18 0.5
Hex 74 68 97 17 1F 0 29 FF 12 32
Octal 164 150 227 27 37 0 51 377 22 62
Binary 1110100 1101000 10010111 10111 11111 0 101001 11111111 10010 110010

Color Harmonies of #746897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746897

Black with #746897

Text Example


Text Example

White with #746897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746897; }

 p { color: rgb(116,104,151); }

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

background-color css

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

 a { background-color: rgb(116,104,151); }

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

border-color css

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

 span { border-color: rgb(116,104,151); }

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