Html Css Color HEX #5E63EB Medium Slate Blue

📋 copy color: '#5E63EB'

red 94 ◦ green 99 ◦ blue 235

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

Shades of Medium Slate Blue #5E63EB

Tints of Medium Slate Blue #5E63EB

RGB

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

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

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

R = 21.96%
G = 23.13%
B = 54.91%

CMYK

 C value IS 0.6

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E63EB (or 0x5E63EB) is known color: Medium Slate Blue. HEX triplet: 5E, 63 and EB. RGB value is (94,99,235). Sum of RGB (Red+Green+Blue) = 94+99+235=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E63EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E63EB is #A19C14. Grayscale: #707070. Windows color (decimal): -10591253 or 15426398. OLE color: 15426398.

HSL color Cylindrical-coordinate representation of color #5E63EB: hue angle of 237.87º 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 #5E63EB is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 99 235 -
CMYK 0.6 0.58 0 0.08
HSL 237.87º 0.78% 0.65% -
HSV(B) 237.87º 0.6% 0.92% -
XYZ 24.07 17.3 80.67 -
YUV 113.01 196.84 114.44 -
System Red Green Blue C M Y K H S L
Decimal 94 99 235 0.6 0.58 0 0.08 237.87 0.78 0.65
Hex 5E 63 EB 3C 3A 0 8 EE 4E 41
Octal 136 143 353 74 72 0 10 356 116 101
Binary 1011110 1100011 11101011 111100 111010 0 1000 11101110 1001110 1000001

Color Harmonies of #5E63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E63EB

Black with #5E63EB

Text Example


Text Example

White with #5E63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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