#716F93

Color #716F93 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #716F93

Tints of Scampi #716F93

Color information

#716F93 (or 0x716F93) is unknown color: approx Scampi. HEX triplet: 71, 6F and 93. RGB value is (113,111,147). Sum of RGB (Red+Green+Blue) = 113+111+147=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #716F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F93 is #8E906C. Grayscale: #737373. Windows color (decimal): -9343085 or 9662321. OLE color: 9662321.

HSL color Cylindrical-coordinate representation of color #716F93: hue angle of 243.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716F93 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113111147-
CMYK0.230.2400.42
HSL243.33º14.29%50.59%-
HSV(B)243.33º24.49%57.65%-
XYZ17.7616.9929.95-
YUV115.7145.66126.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=30.46%
G=29.92%
B=39.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131111470.230.2400.42243.3314.2950.59
Hex716F93171802Af3e33
Octal16115722327300523631663
Binary111000111011111001001110111110000101010111100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #716F93;
 }
 .AnyTagClassName
 {
   color: #716F93;
 }
</style>
background-color css

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

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

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

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

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

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