#716F99

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

Shades of Scampi #716F99

Tints of Scampi #716F99

Color information

#716F99 (or 0x716F99) is unknown color: approx Scampi. HEX triplet: 71, 6F and 99. RGB value is (113,111,153). Sum of RGB (Red+Green+Blue) = 113+111+153=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #716F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F99 is #8E9066. Grayscale: #747474. Windows color (decimal): -9343079 or 10055537. OLE color: 10055537.

HSL color Cylindrical-coordinate representation of color #716F99: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716F99 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113111153-
CMYK0.260.2700.4
HSL242.86º17.07%51.76%-
HSV(B)242.86º27.45%60%-
XYZ18.2417.1832.49-
YUV116.39148.66125.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=29.97%
G=29.44%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131111530.260.2700.4242.8617.0751.76
Hex716F991A1B028f31134
Octal16115723132330503632164
Binary1110001110111110011001110101101101010001111001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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