Html Css Color HEX #7163FC Medium Slate Blue

📋 copy color: '#7163FC'

red 113 ◦ green 99 ◦ blue 252

#7163FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7163FC

Tints of Medium Slate Blue #7163FC

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 value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7163FC (or 0x7163FC) is known color: 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

RGB 113 99 252 -
CMYK 0.55 0.61 0 0.01
HSL 245.49º 0.96% 0.69% -
HSV(B) 245.49º 0.61% 0.99% -
XYZ 28.84 19.46 94.33 -
YUV 120.63 202.14 122.56 -
System Red Green Blue C M Y K H S L
Decimal 113 99 252 0.55 0.61 0 0.01 245.49 0.96 0.69
Hex 71 63 FC 37 3D 0 1 F5 60 45
Octal 161 143 374 67 75 0 1 365 140 105
Binary 1110001 1100011 11111100 110111 111101 0 1 11110101 1100000 1000101

Color Harmonies of #7163FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7163FC

Black with #7163FC

Text Example


Text Example

White with #7163FC

Text Example


Text Example

HTML Codes & Css Web 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>