Html Css Color HEX #5E65EB Medium Slate Blue

📋 copy color: '#5E65EB'

red 94 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #5E65EB

Tints of Medium Slate Blue #5E65EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.49%

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

R = 21.86%
G = 23.49%
B = 54.65%

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

#5E65EB (or 0x5E65EB) is known color: Medium Slate Blue. HEX triplet: 5E, 65 and EB. RGB value is (94,101,235). Sum of RGB (Red+Green+Blue) = 94+101+235=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E65EB is #A19A14. Grayscale: #717171. Windows color (decimal): -10590741 or 15426910. OLE color: 15426910.

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

Color convert

RGB 94 101 235 -
CMYK 0.6 0.57 0 0.08
HSL 237.02º 0.78% 0.65% -
HSV(B) 237.02º 0.6% 0.92% -
XYZ 24.27 17.69 80.73 -
YUV 114.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 94 101 235 0.6 0.57 0 0.08 237.02 0.78 0.65
Hex 5E 65 EB 3C 39 0 8 ED 4E 41
Octal 136 145 353 74 71 0 10 355 116 101
Binary 1011110 1100101 11101011 111100 111001 0 1000 11101101 1001110 1000001

Color Harmonies of #5E65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E65EB

Black with #5E65EB

Text Example


Text Example

White with #5E65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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