#7163E1

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

Shades of Medium Slate Blue #7163E1

Tints of Medium Slate Blue #7163E1

Color information

#7163E1 (or 0x7163E1) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 63 and E1. RGB value is (113,99,225). Sum of RGB (Red+Green+Blue) = 113+99+225=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #7163E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7163E1 is #8E9C1E. Grayscale: #757575. Windows color (decimal): -9346079 or 14771057. OLE color: 14771057.

HSL color Cylindrical-coordinate representation of color #7163E1: hue angle of 246.67º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7163E1 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11399225-
CMYK0.500.5600.12
HSL246.67º67.74%63.53%-
HSV(B)246.67º56%88.24%-
XYZ24.8617.8773.37-
YUV117.55188.64124.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.86%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 225 (88.28% from 255) = 51.49%
R=25.86%
G=22.65%
B=51.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal113992250.500.5600.12246.6767.7463.53
Hex7163E132380Cf74440
Octal1611433416270014367104100
Binary1110001110001111100001110010111000011001111011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7163E1; }

 p { color: rgb(113,99,225); }

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

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

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

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

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

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

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