Html Css Color HEX #7564EA Medium Slate Blue

📋 copy color: '#7564EA'

red 117 ◦ green 100 ◦ blue 234

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

Shades of Medium Slate Blue #7564EA

Tints of Medium Slate Blue #7564EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 234 (91.8% from 255) = 51.88%

R = 25.94%
G = 22.17%
B = 51.88%

CMYK

 C value IS 0.5

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7564EA (or 0x7564EA) is known color: Medium Slate Blue. HEX triplet: 75, 64 and EA. RGB value is (117,100,234). Sum of RGB (Red+Green+Blue) = 117+100+234=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #7564EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7564EA is #8A9B15. Grayscale: #777777. Windows color (decimal): -9083670 or 15361141. OLE color: 15361141.

HSL color Cylindrical-coordinate representation of color #7564EA: hue angle of 247.61º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7564EA is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 100 234 -
CMYK 0.5 0.57 0 0.08
HSL 247.61º 0.76% 0.65% -
HSV(B) 247.61º 0.57% 0.92% -
XYZ 26.74 18.84 80.07 -
YUV 120.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 117 100 234 0.5 0.57 0 0.08 247.61 0.76 0.65
Hex 75 64 EA 32 39 0 8 F8 4C 41
Octal 165 144 352 62 71 0 10 370 114 101
Binary 1110101 1100100 11101010 110010 111001 0 1000 11111000 1001100 1000001

Color Harmonies of #7564EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564EA

Black with #7564EA

Text Example


Text Example

White with #7564EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7564EA; }

 p { color: rgb(117,100,234); }

 H1.HeaderClassName
 {
   color: #7564EA;
 }
 .AnyTagClassName
 {
   color: #7564EA;
 }
</style>

background-color css

<style>
 a { background-color: #7564EA; }

 a { background-color: rgb(117,100,234); }

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

border-color css

<style>
 span { border-color: #7564EA; }

 span { border-color: rgb(117,100,234); }

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