Html Css Color HEX #8650EC Medium Slate Blue

📋 copy color: '#8650EC'

red 134 ◦ green 80 ◦ blue 236

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

Shades of Medium Slate Blue #8650EC

Tints of Medium Slate Blue #8650EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

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

R = 29.78%
G = 17.78%
B = 52.44%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8650EC (or 0x8650EC) is known color: Medium Slate Blue. HEX triplet: 86, 50 and EC. RGB value is (134,80,236). Sum of RGB (Red+Green+Blue) = 134+80+236=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #8650EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8650EC is #79AF13. Grayscale: #717171. Windows color (decimal): -7974676 or 15487110. OLE color: 15487110.

HSL color Cylindrical-coordinate representation of color #8650EC: hue angle of 260.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8650EC is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 80 236 -
CMYK 0.43 0.66 0 0.07
HSL 260.77º 0.8% 0.62% -
HSV(B) 260.77º 0.66% 0.93% -
XYZ 27.84 16.86 81.14 -
YUV 113.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 134 80 236 0.43 0.66 0 0.07 260.77 0.8 0.62
Hex 86 50 EC 2B 42 0 7 105 50 3E
Octal 206 120 354 53 102 0 7 405 120 76
Binary 10000110 1010000 11101100 101011 1000010 0 111 100000101 1010000 111110

Color Harmonies of #8650EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8650EC

Black with #8650EC

Text Example


Text Example

White with #8650EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8650EC; }

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

 H1.HeaderClassName
 {
   color: #8650EC;
 }
 .AnyTagClassName
 {
   color: #8650EC;
 }
</style>

background-color css

<style>
 a { background-color: #8650EC; }

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

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

border-color css

<style>
 span { border-color: #8650EC; }

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

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