Html Css Color HEX #746892 Scampi

📋 copy color: '#746892'

red 116 ◦ green 104 ◦ blue 146

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

Shades of Scampi #746892

Tints of Scampi #746892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 31.69%
G = 28.42%
B = 39.89%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746892 (or 0x746892) is known color: Scampi. HEX triplet: 74, 68 and 92. RGB value is (116,104,146). Sum of RGB (Red+Green+Blue) = 116+104+146=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #746892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746892 is #8B976D. Grayscale: #707070. Windows color (decimal): -9148270 or 9594996. OLE color: 9594996.

HSL color Cylindrical-coordinate representation of color #746892: hue angle of 257.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746892 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 104 146 -
CMYK 0.21 0.29 0 0.43
HSL 257.14º 0.17% 0.49% -
HSV(B) 257.14º 0.29% 0.57% -
XYZ 17.34 15.69 29.31 -
YUV 112.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 116 104 146 0.21 0.29 0 0.43 257.14 0.17 0.49
Hex 74 68 92 15 1D 0 2B 101 11 31
Octal 164 150 222 25 35 0 53 401 21 61
Binary 1110100 1101000 10010010 10101 11101 0 101011 100000001 10001 110001

Color Harmonies of #746892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746892

Black with #746892

Text Example


Text Example

White with #746892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746892; }

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

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

background-color css

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

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

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

border-color css

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

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

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