Html Css Color HEX #716791 Scampi

📋 copy color: '#716791'

red 113 ◦ green 103 ◦ blue 145

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

Shades of Scampi #716791

Tints of Scampi #716791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 31.3%
G = 28.53%
B = 40.17%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716791 (or 0x716791) is known color: Scampi. HEX triplet: 71, 67 and 91. RGB value is (113,103,145). Sum of RGB (Red+Green+Blue) = 113+103+145=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #716791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716791 is #8E986E. Grayscale: #6E6E6E. Windows color (decimal): -9345135 or 9529201. OLE color: 9529201.

HSL color Cylindrical-coordinate representation of color #716791: hue angle of 254.29º 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 #716791 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 103 145 -
CMYK 0.22 0.29 0 0.43
HSL 254.29º 0.17% 0.49% -
HSV(B) 254.29º 0.29% 0.57% -
XYZ 16.77 15.26 28.85 -
YUV 110.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 113 103 145 0.22 0.29 0 0.43 254.29 0.17 0.49
Hex 71 67 91 16 1D 0 2B FE 11 31
Octal 161 147 221 26 35 0 53 376 21 61
Binary 1110001 1100111 10010001 10110 11101 0 101011 11111110 10001 110001

Color Harmonies of #716791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716791

Black with #716791

Text Example


Text Example

White with #716791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716791; }

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

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

background-color css

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

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

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

border-color css

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

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

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