Html Css Color HEX #716794 Scampi

📋 copy color: '#716794'

red 113 ◦ green 103 ◦ blue 148

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

Shades of Scampi #716794

Tints of Scampi #716794

RGB

 RED value IS 113 (44.53% from 255) = 31.04%

 GREEN value IS 103 (40.63% from 255) = 28.3%

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 31.04%
G = 28.3%
B = 40.66%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716794 (or 0x716794) is known color: Scampi. HEX triplet: 71, 67 and 94. RGB value is (113,103,148). Sum of RGB (Red+Green+Blue) = 113+103+148=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #716794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716794 is #8E986B. Grayscale: #6E6E6E. Windows color (decimal): -9345132 or 9725809. OLE color: 9725809.

HSL color Cylindrical-coordinate representation of color #716794: hue angle of 253.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716794 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 103 148 -
CMYK 0.24 0.30 0 0.42
HSL 253.33º 0.18% 0.49% -
HSV(B) 253.33º 0.3% 0.58% -
XYZ 17.01 15.35 30.08 -
YUV 111.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 113 103 148 0.24 0.30 0 0.42 253.33 0.18 0.49
Hex 71 67 94 18 1E 0 2A FD 12 31
Octal 161 147 224 30 36 0 52 375 22 61
Binary 1110001 1100111 10010100 11000 11110 0 101010 11111101 10010 110001

Color Harmonies of #716794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716794

Black with #716794

Text Example


Text Example

White with #716794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716794; }

 p { color: rgb(113,103,148); }

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

background-color css

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

 a { background-color: rgb(113,103,148); }

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

border-color css

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

 span { border-color: rgb(113,103,148); }

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