Html Css Color HEX #7563F1 Medium Slate Blue

📋 copy color: '#7563F1'

red 117 ◦ green 99 ◦ blue 241

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

Shades of Medium Slate Blue #7563F1

Tints of Medium Slate Blue #7563F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.74%

R = 25.6%
G = 21.66%
B = 52.74%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7563F1 (or 0x7563F1) is known color: Medium Slate Blue. HEX triplet: 75, 63 and F1. RGB value is (117,99,241). Sum of RGB (Red+Green+Blue) = 117+99+241=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #7563F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7563F1 is #8A9C0E. Grayscale: #787878. Windows color (decimal): -9083919 or 15819637. OLE color: 15819637.

HSL color Cylindrical-coordinate representation of color #7563F1: hue angle of 247.61º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7563F1 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 99 241 -
CMYK 0.51 0.59 0 0.05
HSL 247.61º 0.84% 0.67% -
HSV(B) 247.61º 0.59% 0.95% -
XYZ 27.68 19.06 85.44 -
YUV 120.57 195.96 125.45 -
System Red Green Blue C M Y K H S L
Decimal 117 99 241 0.51 0.59 0 0.05 247.61 0.84 0.67
Hex 75 63 F1 33 3B 0 5 F8 54 43
Octal 165 143 361 63 73 0 5 370 124 103
Binary 1110101 1100011 11110001 110011 111011 0 101 11111000 1010100 1000011

Color Harmonies of #7563F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7563F1

Black with #7563F1

Text Example


Text Example

White with #7563F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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