#717194

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

Shades of Scampi #717194

Tints of Scampi #717194

Color information

#717194 (or 0x717194) is unknown color: approx Scampi. HEX triplet: 71, 71 and 94. RGB value is (113,113,148). Sum of RGB (Red+Green+Blue) = 113+113+148=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #717194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717194 is #8E8E6B. Grayscale: #747474. Windows color (decimal): -9342572 or 9728369. OLE color: 9728369.

HSL color Cylindrical-coordinate representation of color #717194: hue angle of 240º 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 #717194 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113113148-
CMYK0.240.2400.42
HSL240º14.06%51.18%-
HSV(B)240º23.65%58.04%-
XYZ18.0617.4630.44-
YUV116.99145.5125.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 148 (58.20% from 255) = 39.57%
R=30.21%
G=30.21%
B=39.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131131480.240.2400.4224014.0651.18
Hex717194181802Af0e33
Octal16116122430300523601663
Binary111000111100011001010011000110000101010111100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717194; }

 p { color: rgb(113,113,148); }

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

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

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

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

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

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

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