Html Css Color HEX #5E63EA Medium Slate Blue

📋 copy color: '#5E63EA'

red 94 ◦ green 99 ◦ blue 234

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

Shades of Medium Slate Blue #5E63EA

Tints of Medium Slate Blue #5E63EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.19%

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

R = 22.01%
G = 23.19%
B = 54.8%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E63EA (or 0x5E63EA) is known color: Medium Slate Blue. HEX triplet: 5E, 63 and EA. RGB value is (94,99,234). Sum of RGB (Red+Green+Blue) = 94+99+234=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E63EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E63EA is #A19C15. Grayscale: #707070. Windows color (decimal): -10591254 or 15360862. OLE color: 15360862.

HSL color Cylindrical-coordinate representation of color #5E63EA: hue angle of 237.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E63EA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 99 234 -
CMYK 0.60 0.58 0 0.08
HSL 237.86º 0.77% 0.64% -
HSV(B) 237.86º 0.6% 0.92% -
XYZ 23.93 17.24 79.91 -
YUV 112.9 196.34 114.52 -
System Red Green Blue C M Y K H S L
Decimal 94 99 234 0.60 0.58 0 0.08 237.86 0.77 0.64
Hex 5E 63 EA 3C 3A 0 8 EE 4D 40
Octal 136 143 352 74 72 0 10 356 115 100
Binary 1011110 1100011 11101010 111100 111010 0 1000 11101110 1001101 1000000

Color Harmonies of #5E63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E63EA

Black with #5E63EA

Text Example


Text Example

White with #5E63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,234); }

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

background-color css

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

 a { background-color: rgb(94,99,234); }

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

border-color css

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

 span { border-color: rgb(94,99,234); }

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