#7163FD

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

Shades of Medium Slate Blue #7163FD

Tints of Medium Slate Blue #7163FD

Color information

#7163FD (or 0x7163FD) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 63 and FD. RGB value is (113,99,253). Sum of RGB (Red+Green+Blue) = 113+99+253=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #7163FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7163FD is #8E9C02. Grayscale: #787878. Windows color (decimal): -9346051 or 16606065. OLE color: 16606065.

HSL color Cylindrical-coordinate representation of color #7163FD: hue angle of 245.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7163FD is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11399253-
CMYK0.550.6100.01
HSL245.45º97.47%69.02%-
HSV(B)245.45º60.87%99.22%-
XYZ2919.5395.17-
YUV120.74202.64122.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=24.30%
G=21.29%
B=54.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal113992530.550.6100.01245.4597.4769.02
Hex7163FD373D01f56145
Octal161143375677501365141105
Binary1110001110001111111101110111111101011111010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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