Html Css Color HEX #5E64EB Medium Slate Blue

📋 copy color: '#5E64EB'

red 94 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #5E64EB

Tints of Medium Slate Blue #5E64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 21.91%
G = 23.31%
B = 54.78%

CMYK

 C value IS 0.6

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E64EB (or 0x5E64EB) is known color: Medium Slate Blue. HEX triplet: 5E, 64 and EB. RGB value is (94,100,235). Sum of RGB (Red+Green+Blue) = 94+100+235=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E64EB is #A19B14. Grayscale: #717171. Windows color (decimal): -10590997 or 15426654. OLE color: 15426654.

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

Color convert

RGB 94 100 235 -
CMYK 0.6 0.57 0 0.08
HSL 237.45º 0.78% 0.65% -
HSV(B) 237.45º 0.6% 0.92% -
XYZ 24.17 17.49 80.7 -
YUV 113.6 196.51 114.02 -
System Red Green Blue C M Y K H S L
Decimal 94 100 235 0.6 0.57 0 0.08 237.45 0.78 0.65
Hex 5E 64 EB 3C 39 0 8 ED 4E 41
Octal 136 144 353 74 71 0 10 355 116 101
Binary 1011110 1100100 11101011 111100 111001 0 1000 11101101 1001110 1000001

Color Harmonies of #5E64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E64EB

Black with #5E64EB

Text Example


Text Example

White with #5E64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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