#717293

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

Shades of Scampi #717293

Tints of Scampi #717293

Color information

#717293 (or 0x717293) is unknown color: approx Scampi. HEX triplet: 71, 72 and 93. RGB value is (113,114,147). Sum of RGB (Red+Green+Blue) = 113+114+147=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #717293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717293 is #8E8D6C. Grayscale: #757575. Windows color (decimal): -9342317 or 9663089. OLE color: 9663089.

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

Color convert

RGB113114147-
CMYK0.230.2200.42
HSL238.24º13.6%50.98%-
HSV(B)238.24º23.13%57.65%-
XYZ18.0917.6530.06-
YUV117.46144.67124.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=30.21%
G=30.48%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131141470.230.2200.42238.2413.650.98
Hex717293171602Aeee33
Octal16116222327260523561663
Binary111000111100101001001110111101100101010111011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717293; }

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

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

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

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

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

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

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

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