Html Css Color HEX #716892 Scampi

📋 copy color: '#716892'

red 113 ◦ green 104 ◦ blue 146

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

Shades of Scampi #716892

Tints of Scampi #716892

RGB

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

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

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

R = 31.13%
G = 28.65%
B = 40.22%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716892 (or 0x716892) is known color: Scampi. HEX triplet: 71, 68 and 92. RGB value is (113,104,146). Sum of RGB (Red+Green+Blue) = 113+104+146=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #716892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716892 is #8E976D. Grayscale: #6F6F6F. Windows color (decimal): -9344878 or 9594993. OLE color: 9594993.

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

Color convert

RGB 113 104 146 -
CMYK 0.23 0.29 0 0.43
HSL 252.86º 0.17% 0.49% -
HSV(B) 252.86º 0.29% 0.57% -
XYZ 16.95 15.49 29.29 -
YUV 111.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 113 104 146 0.23 0.29 0 0.43 252.86 0.17 0.49
Hex 71 68 92 17 1D 0 2B FD 11 31
Octal 161 150 222 27 35 0 53 375 21 61
Binary 1110001 1101000 10010010 10111 11101 0 101011 11111101 10001 110001

Color Harmonies of #716892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716892

Black with #716892

Text Example


Text Example

White with #716892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716892; }

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

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

background-color css

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

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

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

border-color css

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

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

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