Html Css Color HEX #865EEC Medium Slate Blue

📋 copy color: '#865EEC'

red 134 ◦ green 94 ◦ blue 236

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

Shades of Medium Slate Blue #865EEC

Tints of Medium Slate Blue #865EEC

RGB

 RED value IS 134 (52.73% from 255) = 28.88%

 GREEN value IS 94 (37.11% from 255) = 20.26%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 28.88%
G = 20.26%
B = 50.86%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#865EEC (or 0x865EEC) is known color: Medium Slate Blue. HEX triplet: 86, 5E and EC. RGB value is (134,94,236). Sum of RGB (Red+Green+Blue) = 134+94+236=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #865EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EEC is #79A113. Grayscale: #797979. Windows color (decimal): -7971092 or 15490694. OLE color: 15490694.

HSL color Cylindrical-coordinate representation of color #865EEC: hue angle of 256.9º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865EEC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 94 236 -
CMYK 0.43 0.60 0 0.07
HSL 256.9º 0.79% 0.65% -
HSV(B) 256.9º 0.6% 0.93% -
XYZ 28.97 19.13 81.52 -
YUV 122.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 134 94 236 0.43 0.60 0 0.07 256.9 0.79 0.65
Hex 86 5E EC 2B 3C 0 7 101 4F 41
Octal 206 136 354 53 74 0 7 401 117 101
Binary 10000110 1011110 11101100 101011 111100 0 111 100000001 1001111 1000001

Color Harmonies of #865EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EEC

Black with #865EEC

Text Example


Text Example

White with #865EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865EEC; }

 p { color: rgb(134,94,236); }

 H1.HeaderClassName
 {
   color: #865EEC;
 }
 .AnyTagClassName
 {
   color: #865EEC;
 }
</style>

background-color css

<style>
 a { background-color: #865EEC; }

 a { background-color: rgb(134,94,236); }

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

border-color css

<style>
 span { border-color: #865EEC; }

 span { border-color: rgb(134,94,236); }

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