Html Css Color HEX #7563DC Medium Slate Blue

📋 copy color: '#7563DC'

red 117 ◦ green 99 ◦ blue 220

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

Shades of Medium Slate Blue #7563DC

Tints of Medium Slate Blue #7563DC

RGB

 RED value IS 117 (46.09% from 255) = 26.83%

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 26.83%
G = 22.71%
B = 50.46%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7563DC (or 0x7563DC) is known color: Medium Slate Blue. HEX triplet: 75, 63 and DC. RGB value is (117,99,220). Sum of RGB (Red+Green+Blue) = 117+99+220=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7563DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7563DC is #8A9C23. Grayscale: #757575. Windows color (decimal): -9083940 or 14443381. OLE color: 14443381.

HSL color Cylindrical-coordinate representation of color #7563DC: hue angle of 248.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7563DC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 99 220 -
CMYK 0.47 0.55 0 0.14
HSL 248.93º 0.63% 0.63% -
HSV(B) 248.93º 0.55% 0.86% -
XYZ 24.72 17.87 69.86 -
YUV 118.18 185.46 127.16 -
System Red Green Blue C M Y K H S L
Decimal 117 99 220 0.47 0.55 0 0.14 248.93 0.63 0.63
Hex 75 63 DC 2F 37 0 E F9 3F 3F
Octal 165 143 334 57 67 0 16 371 77 77
Binary 1110101 1100011 11011100 101111 110111 0 1110 11111001 111111 111111

Color Harmonies of #7563DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7563DC

Black with #7563DC

Text Example


Text Example

White with #7563DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7563DC; }

 p { color: rgb(117,99,220); }

 H1.HeaderClassName
 {
   color: #7563DC;
 }
 .AnyTagClassName
 {
   color: #7563DC;
 }
</style>

background-color css

<style>
 a { background-color: #7563DC; }

 a { background-color: rgb(117,99,220); }

 div.DivClassName
 {
   background-color: #7563DC;
 }
 .BgClassName
 {
   background-color: #7563DC;
 }
</style>

border-color css

<style>
 span { border-color: #7563DC; }

 span { border-color: rgb(117,99,220); }

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