Html Css Color HEX #5E64E9 Medium Slate Blue

📋 copy color: '#5E64E9'

red 94 ◦ green 100 ◦ blue 233

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

Shades of Medium Slate Blue #5E64E9

Tints of Medium Slate Blue #5E64E9

RGB

 RED value IS 94 (37.11% from 255) = 22.01%

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

 BLUE value IS 233 (91.41% from 255) = 54.57%

R = 22.01%
G = 23.42%
B = 54.57%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5E64E9 (or 0x5E64E9) is known color: Medium Slate Blue. HEX triplet: 5E, 64 and E9. RGB value is (94,100,233). Sum of RGB (Red+Green+Blue) = 94+100+233=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E64E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E64E9 is #A19B16. Grayscale: #707070. Windows color (decimal): -10590999 or 15295582. OLE color: 15295582.

HSL color Cylindrical-coordinate representation of color #5E64E9: hue angle of 237.41º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E64E9 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 94 100 233 -
CMYK 0.60 0.57 0 0.09
HSL 237.41º 0.76% 0.64% -
HSV(B) 237.41º 0.6% 0.91% -
XYZ 23.88 17.38 79.19 -
YUV 113.37 195.51 114.19 -
System Red Green Blue C M Y K H S L
Decimal 94 100 233 0.60 0.57 0 0.09 237.41 0.76 0.64
Hex 5E 64 E9 3C 39 0 9 ED 4C 40
Octal 136 144 351 74 71 0 11 355 114 100
Binary 1011110 1100100 11101001 111100 111001 0 1001 11101101 1001100 1000000

Color Harmonies of #5E64E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E64E9

Black with #5E64E9

Text Example


Text Example

White with #5E64E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E64E9; }

 p { color: rgb(94,100,233); }

 H1.HeaderClassName
 {
   color: #5E64E9;
 }
 .AnyTagClassName
 {
   color: #5E64E9;
 }
</style>

background-color css

<style>
 a { background-color: #5E64E9; }

 a { background-color: rgb(94,100,233); }

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

border-color css

<style>
 span { border-color: #5E64E9; }

 span { border-color: rgb(94,100,233); }

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