Html Css Color HEX #716E9C Scampi

📋 copy color: '#716E9C'

red 113 ◦ green 110 ◦ blue 156

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

Shades of Scampi #716E9C

Tints of Scampi #716E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 29.82%
G = 29.02%
B = 41.16%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#716E9C (or 0x716E9C) is known color: Scampi. HEX triplet: 71, 6E and 9C. RGB value is (113,110,156). Sum of RGB (Red+Green+Blue) = 113+110+156=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #716E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E9C is #8E9163. Grayscale: #737373. Windows color (decimal): -9343332 or 10251889. OLE color: 10251889.

HSL color Cylindrical-coordinate representation of color #716E9C: hue angle of 243.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716E9C is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 110 156 -
CMYK 0.28 0.29 0 0.39
HSL 243.91º 0.19% 0.52% -
HSV(B) 243.91º 0.29% 0.61% -
XYZ 18.39 17.06 33.78 -
YUV 116.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 113 110 156 0.28 0.29 0 0.39 243.91 0.19 0.52
Hex 71 6E 9C 1C 1D 0 27 F4 13 34
Octal 161 156 234 34 35 0 47 364 23 64
Binary 1110001 1101110 10011100 11100 11101 0 100111 11110100 10011 110100

Color Harmonies of #716E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E9C

Black with #716E9C

Text Example


Text Example

White with #716E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E9C; }

 p { color: rgb(113,110,156); }

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

background-color css

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

 a { background-color: rgb(113,110,156); }

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

border-color css

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

 span { border-color: rgb(113,110,156); }

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