#7164F2

Color #7164F2 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7164F2

Tints of Medium Slate Blue #7164F2

Color information

#7164F2 (or 0x7164F2) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 64 and F2. RGB value is (113,100,242). Sum of RGB (Red+Green+Blue) = 113+100+242=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #7164F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164F2 is #8E9B0D. Grayscale: #777777. Windows color (decimal): -9345806 or 15885425. OLE color: 15885425.

HSL color Cylindrical-coordinate representation of color #7164F2: hue angle of 245.49º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7164F2 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB113100242-
CMYK0.530.5900.05
HSL245.49º84.52%67.06%-
HSV(B)245.49º58.68%94.9%-
XYZ27.3919.0486.23-
YUV120.07196.81122.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.84%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 242 (94.92% from 255) = 53.19%
R=24.84%
G=21.98%
B=53.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1131002420.530.5900.05245.4984.5267.06
Hex7164F2353B05f55543
Octal161144362657305365125103
Binary111000111001001111001011010111101101011111010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7164F2; }

 p { color: rgb(113,100,242); }

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

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

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

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

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

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

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