#717398

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

Shades of Scampi #717398

Tints of Scampi #717398

Color information

#717398 (or 0x717398) is unknown color: approx Scampi. HEX triplet: 71, 73 and 98. RGB value is (113,115,152). Sum of RGB (Red+Green+Blue) = 113+115+152=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #717398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717398 is #8E8C67. Grayscale: #767676. Windows color (decimal): -9342056 or 9991025. OLE color: 9991025.

HSL color Cylindrical-coordinate representation of color #717398: hue angle of 236.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717398 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113115152-
CMYK0.260.2400.40
HSL236.92º15.92%51.96%-
HSV(B)236.92º25.66%59.61%-
XYZ18.6118.0432.21-
YUV118.62146.84123.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 152 (59.77% from 255) = 40%
R=29.74%
G=30.26%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131151520.260.2400.40236.9215.9251.96
Hex7173981A18028ed1034
Octal16116323032300503552064
Binary1110001111001110011000110101100001010001110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717398; }

 p { color: rgb(113,115,152); }

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

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

 a { background-color: rgb(113,115,152); }

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

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

 span { border-color: rgb(113,115,152); }

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