#7163FC

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

Shades of Medium Slate Blue #7163FC

Tints of Medium Slate Blue #7163FC

Color information

#7163FC (or 0x7163FC) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 63 and FC. RGB value is (113,99,252). Sum of RGB (Red+Green+Blue) = 113+99+252=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #7163FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7163FC is #8E9C03. Grayscale: #787878. Windows color (decimal): -9346052 or 16540529. OLE color: 16540529.

HSL color Cylindrical-coordinate representation of color #7163FC: hue angle of 245.49º degrees, saturation: 0.96, 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 #7163FC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11399252-
CMYK0.550.6100.01
HSL245.49º96.23%68.82%-
HSV(B)245.49º60.71%98.82%-
XYZ28.8419.4694.33-
YUV120.63202.14122.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 99 (39.06% from 255) = 21.34%
BLUE value IS 252 (98.83% from 255) = 54.31%
R=24.35%
G=21.34%
B=54.31%

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
Decimal113992520.550.6100.01245.4996.2368.82
Hex7163FC373D01f56045
Octal161143374677501365140105
Binary1110001110001111111100110111111101011111010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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