Html Css Color HEX #7560EE Medium Slate Blue

📋 copy color: '#7560EE'

red 117 ◦ green 96 ◦ blue 238

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

Shades of Medium Slate Blue #7560EE

Tints of Medium Slate Blue #7560EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 25.94%
G = 21.29%
B = 52.77%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7560EE (or 0x7560EE) is known color: Medium Slate Blue. HEX triplet: 75, 60 and EE. RGB value is (117,96,238). Sum of RGB (Red+Green+Blue) = 117+96+238=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #7560EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7560EE is #8A9F11. Grayscale: #757575. Windows color (decimal): -9084690 or 15622261. OLE color: 15622261.

HSL color Cylindrical-coordinate representation of color #7560EE: hue angle of 248.87º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7560EE is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 96 238 -
CMYK 0.51 0.60 0 0.07
HSL 248.87º 0.81% 0.65% -
HSV(B) 248.87º 0.6% 0.93% -
XYZ 26.95 18.32 83 -
YUV 118.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 117 96 238 0.51 0.60 0 0.07 248.87 0.81 0.65
Hex 75 60 EE 33 3C 0 7 F9 51 41
Octal 165 140 356 63 74 0 7 371 121 101
Binary 1110101 1100000 11101110 110011 111100 0 111 11111001 1010001 1000001

Color Harmonies of #7560EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560EE

Black with #7560EE

Text Example


Text Example

White with #7560EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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