Html Css Color HEX #716F9F Scampi

📋 copy color: '#716F9F'

red 113 ◦ green 111 ◦ blue 159

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

Shades of Scampi #716F9F

Tints of Scampi #716F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.98%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 29.5%
G = 28.98%
B = 41.51%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#716F9F (or 0x716F9F) is known color: Scampi. HEX triplet: 71, 6F and 9F. RGB value is (113,111,159). Sum of RGB (Red+Green+Blue) = 113+111+159=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #716F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F9F is #8E9060. Grayscale: #747474. Windows color (decimal): -9343073 or 10448753. OLE color: 10448753.

HSL color Cylindrical-coordinate representation of color #716F9F: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716F9F is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 111 159 -
CMYK 0.29 0.30 0 0.38
HSL 242.5º 0.2% 0.53% -
HSV(B) 242.5º 0.3% 0.62% -
XYZ 18.75 17.38 35.17 -
YUV 117.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 113 111 159 0.29 0.30 0 0.38 242.5 0.2 0.53
Hex 71 6F 9F 1D 1E 0 26 F2 14 35
Octal 161 157 237 35 36 0 46 362 24 65
Binary 1110001 1101111 10011111 11101 11110 0 100110 11110010 10100 110101

Color Harmonies of #716F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F9F

Black with #716F9F

Text Example


Text Example

White with #716F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,111,159); }

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

background-color css

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

 a { background-color: rgb(113,111,159); }

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

border-color css

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

 span { border-color: rgb(113,111,159); }

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