Html Css Color HEX #7560EC Medium Slate Blue

📋 copy color: '#7560EC'

red 117 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #7560EC

Tints of Medium Slate Blue #7560EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.38%

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 26.06%
G = 21.38%
B = 52.56%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7560EC (or 0x7560EC) is known color: Medium Slate Blue. HEX triplet: 75, 60 and EC. RGB value is (117,96,236). Sum of RGB (Red+Green+Blue) = 117+96+236=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #7560EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7560EC is #8A9F13. Grayscale: #757575. Windows color (decimal): -9084692 or 15491189. OLE color: 15491189.

HSL color Cylindrical-coordinate representation of color #7560EC: hue angle of 249º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7560EC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 96 236 -
CMYK 0.50 0.59 0 0.07
HSL 249º 0.79% 0.65% -
HSV(B) 249º 0.59% 0.93% -
XYZ 26.66 18.2 81.47 -
YUV 118.24 194.46 127.12 -
System Red Green Blue C M Y K H S L
Decimal 117 96 236 0.50 0.59 0 0.07 249 0.79 0.65
Hex 75 60 EC 32 3B 0 7 F9 4F 41
Octal 165 140 354 62 73 0 7 371 117 101
Binary 1110101 1100000 11101100 110010 111011 0 111 11111001 1001111 1000001

Color Harmonies of #7560EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560EC

Black with #7560EC

Text Example


Text Example

White with #7560EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7560EC; }

 p { color: rgb(117,96,236); }

 H1.HeaderClassName
 {
   color: #7560EC;
 }
 .AnyTagClassName
 {
   color: #7560EC;
 }
</style>

background-color css

<style>
 a { background-color: #7560EC; }

 a { background-color: rgb(117,96,236); }

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

border-color css

<style>
 span { border-color: #7560EC; }

 span { border-color: rgb(117,96,236); }

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