#7164F8

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

Shades of Medium Slate Blue #7164F8

Tints of Medium Slate Blue #7164F8

Color information

#7164F8 (or 0x7164F8) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 64 and F8. RGB value is (113,100,248). Sum of RGB (Red+Green+Blue) = 113+100+248=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #7164F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164F8 is #8E9B07. Grayscale: #787878. Windows color (decimal): -9345800 or 16278641. OLE color: 16278641.

HSL color Cylindrical-coordinate representation of color #7164F8: hue angle of 245.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7164F8 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB113100248-
CMYK0.540.6000.03
HSL245.27º91.36%68.24%-
HSV(B)245.27º59.68%97.25%-
XYZ28.3119.491.06-
YUV120.76199.81122.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.51%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 248 (97.27% from 255) = 53.80%
R=24.51%
G=21.69%
B=53.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1131002480.540.6000.03245.2791.3668.24
Hex7164F8363C03f55b44
Octal161144370667403365133104
Binary11100011100100111110001101101111000111111010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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