#7164E3

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

Shades of Medium Slate Blue #7164E3

Tints of Medium Slate Blue #7164E3

Color information

#7164E3 (or 0x7164E3) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 64 and E3. RGB value is (113,100,227). Sum of RGB (Red+Green+Blue) = 113+100+227=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #7164E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164E3 is #8E9B1C. Grayscale: #757575. Windows color (decimal): -9345821 or 14902385. OLE color: 14902385.

HSL color Cylindrical-coordinate representation of color #7164E3: hue angle of 246.14º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7164E3 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113100227-
CMYK0.500.5600.11
HSL246.14º69.4%64.12%-
HSV(B)246.14º55.95%89.02%-
XYZ25.2318.1774.85-
YUV118.36189.31124.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 227 (89.06% from 255) = 51.59%
R=25.68%
G=22.73%
B=51.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1131002270.500.5600.11246.1469.464.12
Hex7164E332380Bf64540
Octal1611443436270013366105100
Binary1110001110010011100011110010111000010111111011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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