#747195

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

Shades of Scampi #747195

Tints of Scampi #747195

Color information

#747195 (or 0x747195) is unknown color: approx Scampi. HEX triplet: 74, 71 and 95. RGB value is (116,113,149). Sum of RGB (Red+Green+Blue) = 116+113+149=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #747195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747195 is #8B8E6A. Grayscale: #757575. Windows color (decimal): -9145963 or 9793908. OLE color: 9793908.

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

Color convert

RGB116113149-
CMYK0.220.2400.42
HSL245º14.52%51.37%-
HSV(B)245º24.16%58.43%-
XYZ18.5317.6930.87-
YUV118145.49126.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=30.69%
G=29.89%
B=39.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161131490.220.2400.4224514.5251.37
Hex747195161802Af5f33
Octal16416122526300523651763
Binary111010011100011001010110110110000101010111101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747195; }

 p { color: rgb(116,113,149); }

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

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

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

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

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

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

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