Html Css Color HEX #716696 Scampi

📋 copy color: '#716696'

red 113 ◦ green 102 ◦ blue 150

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

Shades of Scampi #716696

Tints of Scampi #716696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 30.96%
G = 27.95%
B = 41.1%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#716696 (or 0x716696) is known color: Scampi. HEX triplet: 71, 66 and 96. RGB value is (113,102,150). Sum of RGB (Red+Green+Blue) = 113+102+150=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #716696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716696 is #8E9969. Grayscale: #6E6E6E. Windows color (decimal): -9345386 or 9856625. OLE color: 9856625.

HSL color Cylindrical-coordinate representation of color #716696: hue angle of 253.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716696 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 102 150 -
CMYK 0.25 0.32 0 0.41
HSL 253.75º 0.19% 0.49% -
HSV(B) 253.75º 0.32% 0.59% -
XYZ 17.07 15.22 30.89 -
YUV 110.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 113 102 150 0.25 0.32 0 0.41 253.75 0.19 0.49
Hex 71 66 96 19 20 0 29 FE 13 31
Octal 161 146 226 31 40 0 51 376 23 61
Binary 1110001 1100110 10010110 11001 100000 0 101001 11111110 10011 110001

Color Harmonies of #716696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716696

Black with #716696

Text Example


Text Example

White with #716696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716696; }

 p { color: rgb(113,102,150); }

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

background-color css

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

 a { background-color: rgb(113,102,150); }

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

border-color css

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

 span { border-color: rgb(113,102,150); }

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